Html Css Color HEX #0AFA68 Spring Green

📋 copy color: '#0AFA68'

red 10 ◦ green 250 ◦ blue 104

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

Shades of Spring Green #0AFA68

Tints of Spring Green #0AFA68

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.68%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 2.75%
G = 68.68%
B = 28.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#0AFA68 (or 0x0AFA68) is known color: Spring Green. HEX triplet: 0A, FA and 68. RGB value is (10,250,104). Sum of RGB (Red+Green+Blue) = 10+250+104=364 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA68 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFA68 is #F50597. Grayscale: #A1A1A1. Windows color (decimal): -16057752 or 6879754. OLE color: 6879754.

HSL color Cylindrical-coordinate representation of color #0AFA68: hue angle of 143.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA68 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 104 -
CMYK 0.96 0 0.58 0.02
HSL 143.5º 0.96% 0.51% -
HSV(B) 143.5º 0.96% 0.98% -
XYZ 36.81 69.44 24.56 -
YUV 161.6 95.49 19.87 -
System Red Green Blue C M Y K H S L
Decimal 10 250 104 0.96 0 0.58 0.02 143.5 0.96 0.51
Hex A FA 68 60 0 3A 2 90 60 33
Octal 12 372 150 140 0 72 2 220 140 63
Binary 1010 11111010 1101000 1100000 0 111010 10 10010000 1100000 110011

Color Harmonies of #0AFA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA68

Black with #0AFA68

Text Example


Text Example

White with #0AFA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,104); }

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

background-color css

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

 a { background-color: rgb(10,250,104); }

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

border-color css

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

 span { border-color: rgb(10,250,104); }

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