Html Css Color HEX #A7D01C Bahia

📋 copy color: '#A7D01C'

red 167 ◦ green 208 ◦ blue 28

#A7D01C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A7D01C

Tints of Bahia #A7D01C

RGB

 RED value IS 167 (65.63% from 255) = 41.44%

 GREEN value IS 208 (81.64% from 255) = 51.61%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 41.44%
G = 51.61%
B = 6.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A7D01C (or 0xA7D01C) is known color: Bahia. HEX triplet: A7, D0 and 1C. RGB value is (167,208,28). Sum of RGB (Red+Green+Blue) = 167+208+28=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #A7D01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7D01C is #582FE3. Grayscale: #AFAFAF. Windows color (decimal): -5779428 or 1888423. OLE color: 1888423.

HSL color Cylindrical-coordinate representation of color #A7D01C: hue angle of 73.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7D01C is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 208 28 -
CMYK 0.20 0 0.87 0.18
HSL 73.67º 0.76% 0.46% -
HSV(B) 73.67º 0.87% 0.82% -
XYZ 38.7 53.41 9.37 -
YUV 175.22 44.92 122.14 -
System Red Green Blue C M Y K H S L
Decimal 167 208 28 0.20 0 0.87 0.18 73.67 0.76 0.46
Hex A7 D0 1C 14 0 57 12 4A 4C 2E
Octal 247 320 34 24 0 127 22 112 114 56
Binary 10100111 11010000 11100 10100 0 1010111 10010 1001010 1001100 101110

Color Harmonies of #A7D01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D01C

Black with #A7D01C

Text Example


Text Example

White with #A7D01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D01C; }

 p { color: rgb(167,208,28); }

 H1.HeaderClassName
 {
   color: #A7D01C;
 }
 .AnyTagClassName
 {
   color: #A7D01C;
 }
</style>

background-color css

<style>
 a { background-color: #A7D01C; }

 a { background-color: rgb(167,208,28); }

 div.DivClassName
 {
   background-color: #A7D01C;
 }
 .BgClassName
 {
   background-color: #A7D01C;
 }
</style>

border-color css

<style>
 span { border-color: #A7D01C; }

 span { border-color: rgb(167,208,28); }

 td.TdClassName
 {
   border-color: #A7D01C;
 }
 .TagClassName
 {
   border-color: #A7D01C;
 }
</style>