Html Css Color HEX #0AFE74 Spring Green

📋 copy color: '#0AFE74'

red 10 ◦ green 254 ◦ blue 116

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

Shades of Spring Green #0AFE74

Tints of Spring Green #0AFE74

RGB

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

 GREEN value IS 254 (99.61% from 255) = 66.84%

 BLUE value IS 116 (45.7% from 255) = 30.53%

R = 2.63%
G = 66.84%
B = 30.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#0AFE74 (or 0x0AFE74) is known color: Spring Green. HEX triplet: 0A, FE and 74. RGB value is (10,254,116). Sum of RGB (Red+Green+Blue) = 10+254+116=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFE74 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFE74 is #F5018B. Grayscale: #A5A5A5. Windows color (decimal): -16056716 or 7667210. OLE color: 7667210.

HSL color Cylindrical-coordinate representation of color #0AFE74: hue angle of 146.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFE74 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.

Color convert

RGB 10 254 116 -
CMYK 0.96 0 0.54 0.00
HSL 146.07º 0.99% 0.52% -
HSV(B) 146.07º 0.96% 1% -
XYZ 38.72 72.21 28.42 -
YUV 165.31 100.16 17.22 -
System Red Green Blue C M Y K H S L
Decimal 10 254 116 0.96 0 0.54 0.00 146.07 0.99 0.52
Hex A FE 74 60 0 36 0 92 63 34
Octal 12 376 164 140 0 66 0 222 143 64
Binary 1010 11111110 1110100 1100000 0 110110 0 10010010 1100011 110100

Color Harmonies of #0AFE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFE74

Black with #0AFE74

Text Example


Text Example

White with #0AFE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,254,116); }

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

background-color css

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

 a { background-color: rgb(10,254,116); }

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

border-color css

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

 span { border-color: rgb(10,254,116); }

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