Html Css Color HEX #A0C00F Citrus

📋 copy color: '#A0C00F'

red 160 ◦ green 192 ◦ blue 15

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

Shades of Citrus #A0C00F

Tints of Citrus #A0C00F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.32%

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

R = 43.6%
G = 52.32%
B = 4.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#A0C00F (or 0xA0C00F) is known color: Citrus. HEX triplet: A0, C0 and 0F. RGB value is (160,192,15). Sum of RGB (Red+Green+Blue) = 160+192+15=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C00F is #5F3FF0. Grayscale: #A2A2A2. Windows color (decimal): -6242289 or 1032352. OLE color: 1032352.

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

Color convert

RGB 160 192 15 -
CMYK 0.17 0 0.92 0.25
HSL 70.85º 0.86% 0.41% -
HSV(B) 70.85º 0.92% 0.75% -
XYZ 33.43 45.21 7.42 -
YUV 162.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 160 192 15 0.17 0 0.92 0.25 70.85 0.86 0.41
Hex A0 C0 F 11 0 5C 19 47 56 29
Octal 240 300 17 21 0 134 31 107 126 51
Binary 10100000 11000000 1111 10001 0 1011100 11001 1000111 1010110 101001

Color Harmonies of #A0C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C00F

Black with #A0C00F

Text Example


Text Example

White with #A0C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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