Html Css Color HEX #A0CF07 Citrus

📋 copy color: '#A0CF07'

red 160 ◦ green 207 ◦ blue 7

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

Shades of Citrus #A0CF07

Tints of Citrus #A0CF07

RGB

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

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

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

R = 42.78%
G = 55.35%
B = 1.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#A0CF07 (or 0xA0CF07) is known color: Citrus. HEX triplet: A0, CF and 07. RGB value is (160,207,7). Sum of RGB (Red+Green+Blue) = 160+207+7=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 207 (81.25% from 255 or 55.35% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF07 is #5F30F8. Grayscale: #AAAAAA. Windows color (decimal): -6238457 or 511904. OLE color: 511904.

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

Color convert

RGB 160 207 7 -
CMYK 0.23 0 0.97 0.19
HSL 74.1º 0.93% 0.42% -
HSV(B) 74.1º 0.97% 0.81% -
XYZ 36.85 52.11 8.32 -
YUV 170.15 35.93 120.76 -
System Red Green Blue C M Y K H S L
Decimal 160 207 7 0.23 0 0.97 0.19 74.1 0.93 0.42
Hex A0 CF 7 17 0 61 13 4A 5D 2A
Octal 240 317 7 27 0 141 23 112 135 52
Binary 10100000 11001111 111 10111 0 1100001 10011 1001010 1011101 101010

Color Harmonies of #A0CF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF07

Black with #A0CF07

Text Example


Text Example

White with #A0CF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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