Html Css Color HEX #0AF98A Spring Green

📋 copy color: '#0AF98A'

red 10 ◦ green 249 ◦ blue 138

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

Shades of Spring Green #0AF98A

Tints of Spring Green #0AF98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 62.72%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 2.52%
G = 62.72%
B = 34.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#0AF98A (or 0x0AF98A) is known color: Spring Green. HEX triplet: 0A, F9 and 8A. RGB value is (10,249,138). Sum of RGB (Red+Green+Blue) = 10+249+138=397 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.52% from 397); Green value is 249 (97.66% from 255 or 62.72% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF98A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF98A is #F50675. Grayscale: #A5A5A5. Windows color (decimal): -16057974 or 9107722. OLE color: 9107722.

HSL color Cylindrical-coordinate representation of color #0AF98A: hue angle of 152.13º degrees, saturation: 0.95, 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 #0AF98A is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 249 138 -
CMYK 0.96 0 0.45 0.02
HSL 152.13º 0.95% 0.51% -
HSV(B) 152.13º 0.96% 0.98% -
XYZ 38.59 69.65 35.45 -
YUV 164.89 112.82 17.53 -
System Red Green Blue C M Y K H S L
Decimal 10 249 138 0.96 0 0.45 0.02 152.13 0.95 0.51
Hex A F9 8A 60 0 2D 2 98 5F 33
Octal 12 371 212 140 0 55 2 230 137 63
Binary 1010 11111001 10001010 1100000 0 101101 10 10011000 1011111 110011

Color Harmonies of #0AF98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF98A

Black with #0AF98A

Text Example


Text Example

White with #0AF98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,249,138); }

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

background-color css

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

 a { background-color: rgb(10,249,138); }

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

border-color css

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

 span { border-color: rgb(10,249,138); }

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