Html Css Color HEX #A1CE07 Citrus

📋 copy color: '#A1CE07'

red 161 ◦ green 206 ◦ blue 7

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

Shades of Citrus #A1CE07

Tints of Citrus #A1CE07

RGB

 RED value IS 161 (63.28% from 255) = 43.05%

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

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

R = 43.05%
G = 55.08%
B = 1.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#A1CE07 (or 0xA1CE07) is known color: Citrus. HEX triplet: A1, CE and 07. RGB value is (161,206,7). Sum of RGB (Red+Green+Blue) = 161+206+7=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CE07 is #5E31F8. Grayscale: #AAAAAA. Windows color (decimal): -6173177 or 511649. OLE color: 511649.

HSL color Cylindrical-coordinate representation of color #A1CE07: hue angle of 73.57º 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 #A1CE07 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 206 7 -
CMYK 0.22 0 0.97 0.19
HSL 73.57º 0.93% 0.42% -
HSV(B) 73.57º 0.97% 0.81% -
XYZ 36.81 51.74 8.25 -
YUV 169.86 36.09 121.68 -
System Red Green Blue C M Y K H S L
Decimal 161 206 7 0.22 0 0.97 0.19 73.57 0.93 0.42
Hex A1 CE 7 16 0 61 13 4A 5D 2A
Octal 241 316 7 26 0 141 23 112 135 52
Binary 10100001 11001110 111 10110 0 1100001 10011 1001010 1011101 101010

Color Harmonies of #A1CE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CE07

Black with #A1CE07

Text Example


Text Example

White with #A1CE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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