Html Css Color HEX #A9CF11 Bahia

📋 copy color: '#A9CF11'

red 169 ◦ green 207 ◦ blue 17

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

Shades of Bahia #A9CF11

Tints of Bahia #A9CF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.33%

R = 43%
G = 52.67%
B = 4.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#A9CF11 (or 0xA9CF11) is known color: Bahia. HEX triplet: A9, CF and 11. RGB value is (169,207,17). Sum of RGB (Red+Green+Blue) = 169+207+17=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CF11 is #5630EE. Grayscale: #AEAEAE. Windows color (decimal): -5648623 or 1167273. OLE color: 1167273.

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

Color convert

RGB 169 207 17 -
CMYK 0.18 0 0.92 0.19
HSL 72º 0.85% 0.44% -
HSV(B) 72º 0.92% 0.81% -
XYZ 38.78 53.1 8.74 -
YUV 173.98 39.41 124.45 -
System Red Green Blue C M Y K H S L
Decimal 169 207 17 0.18 0 0.92 0.19 72 0.85 0.44
Hex A9 CF 11 12 0 5C 13 48 55 2C
Octal 251 317 21 22 0 134 23 110 125 54
Binary 10101001 11001111 10001 10010 0 1011100 10011 1001000 1010101 101100

Color Harmonies of #A9CF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CF11

Black with #A9CF11

Text Example


Text Example

White with #A9CF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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