Html Css Color HEX #A2C007 Citrus

📋 copy color: '#A2C007'

red 162 ◦ green 192 ◦ blue 7

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

Shades of Citrus #A2C007

Tints of Citrus #A2C007

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.19%

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 44.88%
G = 53.19%
B = 1.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A2C007 (or 0xA2C007) is known color: Citrus. HEX triplet: A2, C0 and 07. RGB value is (162,192,7). Sum of RGB (Red+Green+Blue) = 162+192+7=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 192 (75.39% from 255 or 53.19% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C007 is #5D3FF8. Grayscale: #A2A2A2. Windows color (decimal): -6111225 or 508066. OLE color: 508066.

HSL color Cylindrical-coordinate representation of color #A2C007: hue angle of 69.73º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2C007 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 7 -
CMYK 0.16 0 0.96 0.25
HSL 69.73º 0.93% 0.39% -
HSV(B) 69.73º 0.96% 0.75% -
XYZ 33.79 45.4 7.18 -
YUV 161.94 40.56 128.04 -
System Red Green Blue C M Y K H S L
Decimal 162 192 7 0.16 0 0.96 0.25 69.73 0.93 0.39
Hex A2 C0 7 10 0 60 19 46 5D 27
Octal 242 300 7 20 0 140 31 106 135 47
Binary 10100010 11000000 111 10000 0 1100000 11001 1000110 1011101 100111

Color Harmonies of #A2C007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C007

Black with #A2C007

Text Example


Text Example

White with #A2C007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C007; }

 p { color: rgb(162,192,7); }

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

background-color css

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

 a { background-color: rgb(162,192,7); }

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

border-color css

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

 span { border-color: rgb(162,192,7); }

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