Html Css Color HEX #A9CF02 Citrus

📋 copy color: '#A9CF02'

red 169 ◦ green 207 ◦ blue 2

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

Shades of Citrus #A9CF02

Tints of Citrus #A9CF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 44.71%
G = 54.76%
B = 0.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#A9CF02 (or 0xA9CF02) is known color: Citrus. HEX triplet: A9, CF and 02. RGB value is (169,207,2). Sum of RGB (Red+Green+Blue) = 169+207+2=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9CF02 is #5630FD. Grayscale: #ADADAD. Windows color (decimal): -5648638 or 184233. OLE color: 184233.

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

Color convert

RGB 169 207 2 -
CMYK 0.18 0 0.99 0.19
HSL 71.12º 0.98% 0.41% -
HSV(B) 71.12º 0.99% 0.81% -
XYZ 38.69 53.07 8.26 -
YUV 172.27 31.91 125.67 -
System Red Green Blue C M Y K H S L
Decimal 169 207 2 0.18 0 0.99 0.19 71.12 0.98 0.41
Hex A9 CF 2 12 0 63 13 47 62 29
Octal 251 317 2 22 0 143 23 107 142 51
Binary 10101001 11001111 10 10010 0 1100011 10011 1000111 1100010 101001

Color Harmonies of #A9CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CF02

Black with #A9CF02

Text Example


Text Example

White with #A9CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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