Html Css Color HEX #0AF766 Spring Green

📋 copy color: '#0AF766'

red 10 ◦ green 247 ◦ blue 102

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

Shades of Spring Green #0AF766

Tints of Spring Green #0AF766

RGB

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

 GREEN value IS 247 (96.88% from 255) = 68.8%

 BLUE value IS 102 (40.23% from 255) = 28.41%

R = 2.79%
G = 68.8%
B = 28.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#0AF766 (or 0x0AF766) is known color: Spring Green. HEX triplet: 0A, F7 and 66. RGB value is (10,247,102). Sum of RGB (Red+Green+Blue) = 10+247+102=359 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF766 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF766 is #F50899. Grayscale: #9F9F9F. Windows color (decimal): -16058522 or 6747914. OLE color: 6747914.

HSL color Cylindrical-coordinate representation of color #0AF766: hue angle of 143.29º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF766 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 102 -
CMYK 0.96 0 0.59 0.03
HSL 143.29º 0.94% 0.5% -
HSV(B) 143.29º 0.96% 0.97% -
XYZ 35.78 67.55 23.72 -
YUV 159.61 95.48 21.29 -
System Red Green Blue C M Y K H S L
Decimal 10 247 102 0.96 0 0.59 0.03 143.29 0.94 0.5
Hex A F7 66 60 0 3B 3 8F 5E 32
Octal 12 367 146 140 0 73 3 217 136 62
Binary 1010 11110111 1100110 1100000 0 111011 11 10001111 1011110 110010

Color Harmonies of #0AF766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF766

Black with #0AF766

Text Example


Text Example

White with #0AF766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,247,102); }

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

background-color css

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

 a { background-color: rgb(10,247,102); }

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

border-color css

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

 span { border-color: rgb(10,247,102); }

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