Html Css Color HEX #A2CE07 Citrus

📋 copy color: '#A2CE07'

red 162 ◦ green 206 ◦ blue 7

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

Shades of Citrus #A2CE07

Tints of Citrus #A2CE07

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.93%

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

R = 43.2%
G = 54.93%
B = 1.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#A2CE07 (or 0xA2CE07) is known color: Citrus. HEX triplet: A2, CE and 07. RGB value is (162,206,7). Sum of RGB (Red+Green+Blue) = 162+206+7=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CE07 is #5D31F8. Grayscale: #AAAAAA. Windows color (decimal): -6107641 or 511650. OLE color: 511650.

HSL color Cylindrical-coordinate representation of color #A2CE07: hue angle of 73.27º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2CE07 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 7 -
CMYK 0.21 0 0.97 0.19
HSL 73.27º 0.93% 0.42% -
HSV(B) 73.27º 0.97% 0.81% -
XYZ 37.01 51.84 8.26 -
YUV 170.16 35.92 122.18 -
System Red Green Blue C M Y K H S L
Decimal 162 206 7 0.21 0 0.97 0.19 73.27 0.93 0.42
Hex A2 CE 7 15 0 61 13 49 5D 2A
Octal 242 316 7 25 0 141 23 111 135 52
Binary 10100010 11001110 111 10101 0 1100001 10011 1001001 1011101 101010

Color Harmonies of #A2CE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE07

Black with #A2CE07

Text Example


Text Example

White with #A2CE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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