Html Css Color HEX #0AF081 Spring Green

📋 copy color: '#0AF081'

red 10 ◦ green 240 ◦ blue 129

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

Shades of Spring Green #0AF081

Tints of Spring Green #0AF081

RGB

 RED value IS 10 (4.3% from 255) = 2.64%

 GREEN value IS 240 (94.14% from 255) = 63.32%

 BLUE value IS 129 (50.78% from 255) = 34.04%

R = 2.64%
G = 63.32%
B = 34.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#0AF081 (or 0x0AF081) is known color: Spring Green. HEX triplet: 0A, F0 and 81. RGB value is (10,240,129). Sum of RGB (Red+Green+Blue) = 10+240+129=379 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.64% from 379); Green value is 240 (94.14% from 255 or 63.32% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF081 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF081 is #F50F7E. Grayscale: #9E9E9E. Windows color (decimal): -16060287 or 8515594. OLE color: 8515594.

HSL color Cylindrical-coordinate representation of color #0AF081: hue angle of 151.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF081 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 240 129 -
CMYK 0.96 0 0.46 0.06
HSL 151.04º 0.92% 0.49% -
HSV(B) 151.04º 0.96% 0.94% -
XYZ 35.25 63.97 31.26 -
YUV 158.58 111.3 22.03 -
System Red Green Blue C M Y K H S L
Decimal 10 240 129 0.96 0 0.46 0.06 151.04 0.92 0.49
Hex A F0 81 60 0 2E 6 97 5C 31
Octal 12 360 201 140 0 56 6 227 134 61
Binary 1010 11110000 10000001 1100000 0 101110 110 10010111 1011100 110001

Color Harmonies of #0AF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF081

Black with #0AF081

Text Example


Text Example

White with #0AF081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AF081; }

 p { color: rgb(10,240,129); }

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

background-color css

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

 a { background-color: rgb(10,240,129); }

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

border-color css

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

 span { border-color: rgb(10,240,129); }

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