Html Css Color HEX #0CF984 Spring Green

📋 copy color: '#0CF984'

red 12 ◦ green 249 ◦ blue 132

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

Shades of Spring Green #0CF984

Tints of Spring Green #0CF984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.59%

R = 3.05%
G = 63.36%
B = 33.59%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#0CF984 (or 0x0CF984) is known color: Spring Green. HEX triplet: 0C, F9 and 84. RGB value is (12,249,132). Sum of RGB (Red+Green+Blue) = 12+249+132=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 249 (97.66% from 255 or 63.36% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 249 - color contains mainly: green. Hex color #0CF984 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF984 is #F3067B. Grayscale: #A5A5A5. Windows color (decimal): -15926908 or 8714508. OLE color: 8714508.

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

Color convert

RGB 12 249 132 -
CMYK 0.95 0 0.47 0.02
HSL 150.38º 0.95% 0.51% -
HSV(B) 150.38º 0.95% 0.98% -
XYZ 38.19 69.5 33.23 -
YUV 164.8 109.48 19.01 -
System Red Green Blue C M Y K H S L
Decimal 12 249 132 0.95 0 0.47 0.02 150.38 0.95 0.51
Hex C F9 84 5F 0 2F 2 96 5F 33
Octal 14 371 204 137 0 57 2 226 137 63
Binary 1100 11111001 10000100 1011111 0 101111 10 10010110 1011111 110011

Color Harmonies of #0CF984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF984

Black with #0CF984

Text Example


Text Example

White with #0CF984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,249,132); }

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

background-color css

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

 a { background-color: rgb(12,249,132); }

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

border-color css

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

 span { border-color: rgb(12,249,132); }

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