Html Css Color HEX #A9CF19 Bahia

📋 copy color: '#A9CF19'

red 169 ◦ green 207 ◦ blue 25

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

Shades of Bahia #A9CF19

Tints of Bahia #A9CF19

RGB

 RED value IS 169 (66.41% from 255) = 42.14%

 GREEN value IS 207 (81.25% from 255) = 51.62%

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 42.14%
G = 51.62%
B = 6.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#A9CF19 (or 0xA9CF19) is known color: Bahia. HEX triplet: A9, CF and 19. RGB value is (169,207,25). Sum of RGB (Red+Green+Blue) = 169+207+25=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 207 (81.25% from 255 or 51.62% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CF19 is #5630E6. Grayscale: #AFAFAF. Windows color (decimal): -5648615 or 1691561. OLE color: 1691561.

HSL color Cylindrical-coordinate representation of color #A9CF19: hue angle of 72.53º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A9CF19 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 207 25 -
CMYK 0.18 0 0.88 0.19
HSL 72.53º 0.78% 0.45% -
HSV(B) 72.53º 0.88% 0.81% -
XYZ 38.85 53.13 9.13 -
YUV 174.89 43.41 123.8 -
System Red Green Blue C M Y K H S L
Decimal 169 207 25 0.18 0 0.88 0.19 72.53 0.78 0.45
Hex A9 CF 19 12 0 58 13 49 4E 2D
Octal 251 317 31 22 0 130 23 111 116 55
Binary 10101001 11001111 11001 10010 0 1011000 10011 1001001 1001110 101101

Color Harmonies of #A9CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CF19

Black with #A9CF19

Text Example


Text Example

White with #A9CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CF19; }

 p { color: rgb(169,207,25); }

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

background-color css

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

 a { background-color: rgb(169,207,25); }

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

border-color css

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

 span { border-color: rgb(169,207,25); }

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