Html Css Color HEX #A0BE07 Citrus

📋 copy color: '#A0BE07'

red 160 ◦ green 190 ◦ blue 7

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

Shades of Citrus #A0BE07

Tints of Citrus #A0BE07

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.22%

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

R = 44.82%
G = 53.22%
B = 1.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#A0BE07 (or 0xA0BE07) is known color: Citrus. HEX triplet: A0, BE and 07. RGB value is (160,190,7). Sum of RGB (Red+Green+Blue) = 160+190+7=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BE07 is #5F41F8. Grayscale: #A0A0A0. Windows color (decimal): -6242809 or 507552. OLE color: 507552.

HSL color Cylindrical-coordinate representation of color #A0BE07: hue angle of 69.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0BE07 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 7 -
CMYK 0.16 0 0.96 0.25
HSL 69.84º 0.93% 0.39% -
HSV(B) 69.84º 0.96% 0.75% -
XYZ 32.95 44.32 7.02 -
YUV 160.17 41.56 127.88 -
System Red Green Blue C M Y K H S L
Decimal 160 190 7 0.16 0 0.96 0.25 69.84 0.93 0.39
Hex A0 BE 7 10 0 60 19 46 5D 27
Octal 240 276 7 20 0 140 31 106 135 47
Binary 10100000 10111110 111 10000 0 1100000 11001 1000110 1011101 100111

Color Harmonies of #A0BE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE07

Black with #A0BE07

Text Example


Text Example

White with #A0BE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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