Html Css Color HEX #A2C309 Citrus

📋 copy color: '#A2C309'

red 162 ◦ green 195 ◦ blue 9

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

Shades of Citrus #A2C309

Tints of Citrus #A2C309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 44.26%
G = 53.28%
B = 2.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#A2C309 (or 0xA2C309) is known color: Citrus. HEX triplet: A2, C3 and 09. RGB value is (162,195,9). Sum of RGB (Red+Green+Blue) = 162+195+9=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 195 (76.56% from 255 or 53.28% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C309 is #5D3CF6. Grayscale: #A4A4A4. Windows color (decimal): -6110455 or 639906. OLE color: 639906.

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

Color convert

RGB 162 195 9 -
CMYK 0.17 0 0.95 0.24
HSL 70.65º 0.91% 0.4% -
HSV(B) 70.65º 0.95% 0.76% -
XYZ 34.46 46.73 7.46 -
YUV 163.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 162 195 9 0.17 0 0.95 0.24 70.65 0.91 0.4
Hex A2 C3 9 11 0 5F 18 47 5B 28
Octal 242 303 11 21 0 137 30 107 133 50
Binary 10100010 11000011 1001 10001 0 1011111 11000 1000111 1011011 101000

Color Harmonies of #A2C309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C309

Black with #A2C309

Text Example


Text Example

White with #A2C309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C309; }

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

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

background-color css

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

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

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

border-color css

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

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

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