Html Css Color HEX #A0CF04 Citrus

📋 copy color: '#A0CF04'

red 160 ◦ green 207 ◦ blue 4

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

Shades of Citrus #A0CF04

Tints of Citrus #A0CF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.08%

R = 43.13%
G = 55.8%
B = 1.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#A0CF04 (or 0xA0CF04) is known color: Citrus. HEX triplet: A0, CF and 04. RGB value is (160,207,4). Sum of RGB (Red+Green+Blue) = 160+207+4=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF04 is #5F30FB. Grayscale: #AAAAAA. Windows color (decimal): -6238460 or 315296. OLE color: 315296.

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

Color convert

RGB 160 207 4 -
CMYK 0.23 0 0.98 0.19
HSL 73.89º 0.96% 0.41% -
HSV(B) 73.89º 0.98% 0.81% -
XYZ 36.83 52.11 8.23 -
YUV 169.81 34.43 121.01 -
System Red Green Blue C M Y K H S L
Decimal 160 207 4 0.23 0 0.98 0.19 73.89 0.96 0.41
Hex A0 CF 4 17 0 62 13 4A 60 29
Octal 240 317 4 27 0 142 23 112 140 51
Binary 10100000 11001111 100 10111 0 1100010 10011 1001010 1100000 101001

Color Harmonies of #A0CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF04

Black with #A0CF04

Text Example


Text Example

White with #A0CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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