Html Css Color HEX #A2C707 Citrus

📋 copy color: '#A2C707'

red 162 ◦ green 199 ◦ blue 7

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

Shades of Citrus #A2C707

Tints of Citrus #A2C707

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.08%

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

R = 44.02%
G = 54.08%
B = 1.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#A2C707 (or 0xA2C707) is known color: Citrus. HEX triplet: A2, C7 and 07. RGB value is (162,199,7). Sum of RGB (Red+Green+Blue) = 162+199+7=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 7 (3.12% from 255 or 1.90% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C707 is #5D38F8. Grayscale: #A6A6A6. Windows color (decimal): -6109433 or 509858. OLE color: 509858.

HSL color Cylindrical-coordinate representation of color #A2C707: hue angle of 71.56º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2C707 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 199 7 -
CMYK 0.19 0 0.96 0.22
HSL 71.56º 0.93% 0.4% -
HSV(B) 71.56º 0.96% 0.78% -
XYZ 35.36 48.54 7.71 -
YUV 166.05 38.24 125.11 -
System Red Green Blue C M Y K H S L
Decimal 162 199 7 0.19 0 0.96 0.22 71.56 0.93 0.4
Hex A2 C7 7 13 0 60 16 48 5D 28
Octal 242 307 7 23 0 140 26 110 135 50
Binary 10100010 11000111 111 10011 0 1100000 10110 1001000 1011101 101000

Color Harmonies of #A2C707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C707

Black with #A2C707

Text Example


Text Example

White with #A2C707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C707; }

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

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

background-color css

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

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

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

border-color css

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

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

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