Html Css Color HEX #A2C105 Citrus

📋 copy color: '#A2C105'

red 162 ◦ green 193 ◦ blue 5

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

Shades of Citrus #A2C105

Tints of Citrus #A2C105

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

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

R = 45%
G = 53.61%
B = 1.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A2C105 (or 0xA2C105) is known color: Citrus. HEX triplet: A2, C1 and 05. RGB value is (162,193,5). Sum of RGB (Red+Green+Blue) = 162+193+5=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C105 is #5D3EFA. Grayscale: #A3A3A3. Windows color (decimal): -6110971 or 377250. OLE color: 377250.

HSL color Cylindrical-coordinate representation of color #A2C105: hue angle of 69.89º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2C105 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 193 5 -
CMYK 0.16 0 0.97 0.24
HSL 69.89º 0.95% 0.39% -
HSV(B) 69.89º 0.97% 0.76% -
XYZ 34 45.83 7.2 -
YUV 162.3 39.23 127.79 -
System Red Green Blue C M Y K H S L
Decimal 162 193 5 0.16 0 0.97 0.24 69.89 0.95 0.39
Hex A2 C1 5 10 0 61 18 46 5F 27
Octal 242 301 5 20 0 141 30 106 137 47
Binary 10100010 11000001 101 10000 0 1100001 11000 1000110 1011111 100111

Color Harmonies of #A2C105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C105

Black with #A2C105

Text Example


Text Example

White with #A2C105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C105; }

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

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

background-color css

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

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

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

border-color css

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

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

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