Html Css Color HEX #A0C20F Citrus

📋 copy color: '#A0C20F'

red 160 ◦ green 194 ◦ blue 15

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

Shades of Citrus #A0C20F

Tints of Citrus #A0C20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.57%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 43.36%
G = 52.57%
B = 4.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A0C20F (or 0xA0C20F) is known color: Citrus. HEX triplet: A0, C2 and 0F. RGB value is (160,194,15). Sum of RGB (Red+Green+Blue) = 160+194+15=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C20F is #5F3DF0. Grayscale: #A4A4A4. Windows color (decimal): -6241777 or 1032864. OLE color: 1032864.

HSL color Cylindrical-coordinate representation of color #A0C20F: hue angle of 71.4º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0C20F is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 15 -
CMYK 0.18 0 0.92 0.24
HSL 71.4º 0.86% 0.41% -
HSV(B) 71.4º 0.92% 0.76% -
XYZ 33.88 46.09 7.56 -
YUV 163.43 44.24 125.55 -
System Red Green Blue C M Y K H S L
Decimal 160 194 15 0.18 0 0.92 0.24 71.4 0.86 0.41
Hex A0 C2 F 12 0 5C 18 47 56 29
Octal 240 302 17 22 0 134 30 107 126 51
Binary 10100000 11000010 1111 10010 0 1011100 11000 1000111 1010110 101001

Color Harmonies of #A0C20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C20F

Black with #A0C20F

Text Example


Text Example

White with #A0C20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C20F; }

 p { color: rgb(160,194,15); }

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

background-color css

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

 a { background-color: rgb(160,194,15); }

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

border-color css

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

 span { border-color: rgb(160,194,15); }

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