Html Css Color HEX #A0CF08 Citrus

📋 copy color: '#A0CF08'

red 160 ◦ green 207 ◦ blue 8

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

Shades of Citrus #A0CF08

Tints of Citrus #A0CF08

RGB

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

 GREEN value IS 207 (81.25% from 255) = 55.2%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 42.67%
G = 55.2%
B = 2.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#A0CF08 (or 0xA0CF08) is known color: Citrus. HEX triplet: A0, CF and 08. RGB value is (160,207,8). Sum of RGB (Red+Green+Blue) = 160+207+8=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF08 is #5F30F7. Grayscale: #ABABAB. Windows color (decimal): -6238456 or 577440. OLE color: 577440.

HSL color Cylindrical-coordinate representation of color #A0CF08: hue angle of 74.17º degrees, saturation: 0.93, 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 #A0CF08 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 8 -
CMYK 0.23 0 0.96 0.19
HSL 74.17º 0.93% 0.42% -
HSV(B) 74.17º 0.96% 0.81% -
XYZ 36.85 52.12 8.35 -
YUV 170.26 36.43 120.68 -
System Red Green Blue C M Y K H S L
Decimal 160 207 8 0.23 0 0.96 0.19 74.17 0.93 0.42
Hex A0 CF 8 17 0 60 13 4A 5D 2A
Octal 240 317 10 27 0 140 23 112 135 52
Binary 10100000 11001111 1000 10111 0 1100000 10011 1001010 1011101 101010

Color Harmonies of #A0CF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF08

Black with #A0CF08

Text Example


Text Example

White with #A0CF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF08; }

 p { color: rgb(160,207,8); }

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

background-color css

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

 a { background-color: rgb(160,207,8); }

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

border-color css

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

 span { border-color: rgb(160,207,8); }

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