Html Css Color HEX #A5CB02 Citrus

📋 copy color: '#A5CB02'

red 165 ◦ green 203 ◦ blue 2

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

Shades of Citrus #A5CB02

Tints of Citrus #A5CB02

RGB

 RED value IS 165 (64.84% from 255) = 44.59%

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

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

R = 44.59%
G = 54.86%
B = 0.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#A5CB02 (or 0xA5CB02) is known color: Citrus. HEX triplet: A5, CB and 02. RGB value is (165,203,2). Sum of RGB (Red+Green+Blue) = 165+203+2=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 203 (79.69% from 255 or 54.86% from 370); Blue value is 2 (1.17% from 255 or 0.54% from 370); Max value from RGB is 203 - color contains mainly: green. Hex color #A5CB02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5CB02 is #5A34FD. Grayscale: #A9A9A9. Windows color (decimal): -5911806 or 183205. OLE color: 183205.

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

Color convert

RGB 165 203 2 -
CMYK 0.19 0 0.99 0.20
HSL 71.34º 0.98% 0.4% -
HSV(B) 71.34º 0.99% 0.8% -
XYZ 36.88 50.72 7.9 -
YUV 168.72 33.91 125.34 -
System Red Green Blue C M Y K H S L
Decimal 165 203 2 0.19 0 0.99 0.20 71.34 0.98 0.4
Hex A5 CB 2 13 0 63 14 47 62 28
Octal 245 313 2 23 0 143 24 107 142 50
Binary 10100101 11001011 10 10011 0 1100011 10100 1000111 1100010 101000

Color Harmonies of #A5CB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CB02

Black with #A5CB02

Text Example


Text Example

White with #A5CB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CB02; }

 p { color: rgb(165,203,2); }

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

background-color css

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

 a { background-color: rgb(165,203,2); }

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

border-color css

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

 span { border-color: rgb(165,203,2); }

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