Html Css Color HEX #A0E907 Spring Bud

📋 copy color: '#A0E907'

red 160 ◦ green 233 ◦ blue 7

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

Shades of Spring Bud #A0E907

Tints of Spring Bud #A0E907

RGB

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

 GREEN value IS 233 (91.41% from 255) = 58.25%

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

R = 40%
G = 58.25%
B = 1.75%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#A0E907 (or 0xA0E907) is known color: Spring Bud. HEX triplet: A0, E9 and 07. RGB value is (160,233,7). Sum of RGB (Red+Green+Blue) = 160+233+7=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 233 (91.41% from 255 or 58.25% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E907 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A0E907 is #5F16F8. Grayscale: #BABABA. Windows color (decimal): -6231801 or 518560. OLE color: 518560.

HSL color Cylindrical-coordinate representation of color #A0E907: hue angle of 79.38º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A0E907 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 233 7 -
CMYK 0.31 0 0.97 0.09
HSL 79.38º 0.94% 0.47% -
HSV(B) 79.38º 0.97% 0.91% -
XYZ 43.67 65.77 10.59 -
YUV 185.41 27.32 109.88 -
System Red Green Blue C M Y K H S L
Decimal 160 233 7 0.31 0 0.97 0.09 79.38 0.94 0.47
Hex A0 E9 7 1F 0 61 9 4F 5E 2F
Octal 240 351 7 37 0 141 11 117 136 57
Binary 10100000 11101001 111 11111 0 1100001 1001 1001111 1011110 101111

Color Harmonies of #A0E907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E907

Black with #A0E907

Text Example


Text Example

White with #A0E907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E907; }

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

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

background-color css

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

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

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

border-color css

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

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

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