Html Css Color HEX #0AF183 Spring Green

📋 copy color: '#0AF183'

red 10 ◦ green 241 ◦ blue 131

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

Shades of Spring Green #0AF183

Tints of Spring Green #0AF183

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.09%

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 2.62%
G = 63.09%
B = 34.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#0AF183 (or 0x0AF183) is known color: Spring Green. HEX triplet: 0A, F1 and 83. RGB value is (10,241,131). Sum of RGB (Red+Green+Blue) = 10+241+131=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF183 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AF183 is #F50E7C. Grayscale: #9F9F9F. Windows color (decimal): -16060029 or 8646922. OLE color: 8646922.

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

Color convert

RGB 10 241 131 -
CMYK 0.96 0 0.46 0.05
HSL 151.43º 0.92% 0.49% -
HSV(B) 151.43º 0.96% 0.95% -
XYZ 35.68 64.61 32.06 -
YUV 159.39 111.97 21.44 -
System Red Green Blue C M Y K H S L
Decimal 10 241 131 0.96 0 0.46 0.05 151.43 0.92 0.49
Hex A F1 83 60 0 2E 5 97 5C 31
Octal 12 361 203 140 0 56 5 227 134 61
Binary 1010 11110001 10000011 1100000 0 101110 101 10010111 1011100 110001

Color Harmonies of #0AF183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF183

Black with #0AF183

Text Example


Text Example

White with #0AF183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,131); }

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

background-color css

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

 a { background-color: rgb(10,241,131); }

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

border-color css

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

 span { border-color: rgb(10,241,131); }

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