Html Css Color HEX #0CFF8A Spring Green

📋 copy color: '#0CFF8A'

red 12 ◦ green 255 ◦ blue 138

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

Shades of Spring Green #0CFF8A

Tints of Spring Green #0CFF8A

RGB

 RED value IS 12 (5.08% from 255) = 2.96%

 GREEN value IS 255 (100% from 255) = 62.96%

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

R = 2.96%
G = 62.96%
B = 34.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0

RGB Variations

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

Color information

#0CFF8A (or 0x0CFF8A) is known color: Spring Green. HEX triplet: 0C, FF and 8A. RGB value is (12,255,138). Sum of RGB (Red+Green+Blue) = 12+255+138=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 255 (100% from 255 or 62.96% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF8A is #F30075. Grayscale: #A9A9A9. Windows color (decimal): -15925366 or 9109260. OLE color: 9109260.

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

Color convert

RGB 12 255 138 -
CMYK 0.95 0 0.46 0
HSL 151.11º 1% 0.52% -
HSV(B) 151.11º 0.95% 1% -
XYZ 40.5 73.43 36.08 -
YUV 169.01 110.49 16.01 -
System Red Green Blue C M Y K H S L
Decimal 12 255 138 0.95 0 0.46 0 151.11 1 0.52
Hex C FF 8A 5F 0 2E 0 97 64 34
Octal 14 377 212 137 0 56 0 227 144 64
Binary 1100 11111111 10001010 1011111 0 101110 0 10010111 1100100 110100

Color Harmonies of #0CFF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF8A

Black with #0CFF8A

Text Example


Text Example

White with #0CFF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,138); }

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

background-color css

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

 a { background-color: rgb(12,255,138); }

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

border-color css

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

 span { border-color: rgb(12,255,138); }

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