Html Css Color HEX #A2C30B Citrus

📋 copy color: '#A2C30B'

red 162 ◦ green 195 ◦ blue 11

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

Shades of Citrus #A2C30B

Tints of Citrus #A2C30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.99%

 BLUE value IS 11 (4.69% from 255) = 2.99%

R = 44.02%
G = 52.99%
B = 2.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#A2C30B (or 0xA2C30B) is known color: Citrus. HEX triplet: A2, C3 and 0B. RGB value is (162,195,11). Sum of RGB (Red+Green+Blue) = 162+195+11=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C30B is #5D3CF4. Grayscale: #A4A4A4. Windows color (decimal): -6110453 or 770978. OLE color: 770978.

HSL color Cylindrical-coordinate representation of color #A2C30B: hue angle of 70.76º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2C30B is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 195 11 -
CMYK 0.17 0 0.94 0.24
HSL 70.76º 0.89% 0.4% -
HSV(B) 70.76º 0.94% 0.76% -
XYZ 34.48 46.74 7.52 -
YUV 164.16 41.57 126.46 -
System Red Green Blue C M Y K H S L
Decimal 162 195 11 0.17 0 0.94 0.24 70.76 0.89 0.4
Hex A2 C3 B 11 0 5E 18 47 59 28
Octal 242 303 13 21 0 136 30 107 131 50
Binary 10100010 11000011 1011 10001 0 1011110 11000 1000111 1011001 101000

Color Harmonies of #A2C30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C30B

Black with #A2C30B

Text Example


Text Example

White with #A2C30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C30B; }

 p { color: rgb(162,195,11); }

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

background-color css

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

 a { background-color: rgb(162,195,11); }

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

border-color css

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

 span { border-color: rgb(162,195,11); }

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