Html Css Color HEX #A0CE09 Citrus

📋 copy color: '#A0CE09'

red 160 ◦ green 206 ◦ blue 9

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

Shades of Citrus #A0CE09

Tints of Citrus #A0CE09

RGB

 RED value IS 160 (62.89% from 255) = 42.67%

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

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

R = 42.67%
G = 54.93%
B = 2.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#A0CE09 (or 0xA0CE09) is known color: Citrus. HEX triplet: A0, CE and 09. RGB value is (160,206,9). Sum of RGB (Red+Green+Blue) = 160+206+9=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 9 (3.91% from 255 or 2.4% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE09 is #5F31F6. Grayscale: #AAAAAA. Windows color (decimal): -6238711 or 642720. OLE color: 642720.

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

Color convert

RGB 160 206 9 -
CMYK 0.22 0 0.96 0.19
HSL 74.01º 0.92% 0.42% -
HSV(B) 74.01º 0.96% 0.81% -
XYZ 36.62 51.64 8.3 -
YUV 169.79 37.26 121.02 -
System Red Green Blue C M Y K H S L
Decimal 160 206 9 0.22 0 0.96 0.19 74.01 0.92 0.42
Hex A0 CE 9 16 0 60 13 4A 5C 2A
Octal 240 316 11 26 0 140 23 112 134 52
Binary 10100000 11001110 1001 10110 0 1100000 10011 1001010 1011100 101010

Color Harmonies of #A0CE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CE09

Black with #A0CE09

Text Example


Text Example

White with #A0CE09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CE09; }

 p { color: rgb(160,206,9); }

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

background-color css

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

 a { background-color: rgb(160,206,9); }

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

border-color css

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

 span { border-color: rgb(160,206,9); }

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