Html Css Color HEX #A2CB05 Citrus

📋 copy color: '#A2CB05'

red 162 ◦ green 203 ◦ blue 5

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

Shades of Citrus #A2CB05

Tints of Citrus #A2CB05

RGB

 RED value IS 162 (63.67% from 255) = 43.78%

 GREEN value IS 203 (79.69% from 255) = 54.86%

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 43.78%
G = 54.86%
B = 1.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#A2CB05 (or 0xA2CB05) is known color: Citrus. HEX triplet: A2, CB and 05. RGB value is (162,203,5). Sum of RGB (Red+Green+Blue) = 162+203+5=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CB05 is #5D34FA. Grayscale: #A8A8A8. Windows color (decimal): -6108411 or 379810. OLE color: 379810.

HSL color Cylindrical-coordinate representation of color #A2CB05: hue angle of 72.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2CB05 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 203 5 -
CMYK 0.20 0 0.98 0.20
HSL 72.42º 0.95% 0.41% -
HSV(B) 72.42º 0.98% 0.8% -
XYZ 36.28 50.4 7.96 -
YUV 168.17 35.92 123.6 -
System Red Green Blue C M Y K H S L
Decimal 162 203 5 0.20 0 0.98 0.20 72.42 0.95 0.41
Hex A2 CB 5 14 0 62 14 48 5F 29
Octal 242 313 5 24 0 142 24 110 137 51
Binary 10100010 11001011 101 10100 0 1100010 10100 1001000 1011111 101001

Color Harmonies of #A2CB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB05

Black with #A2CB05

Text Example


Text Example

White with #A2CB05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB05; }

 p { color: rgb(162,203,5); }

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

background-color css

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

 a { background-color: rgb(162,203,5); }

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

border-color css

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

 span { border-color: rgb(162,203,5); }

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