Html Css Color HEX #0CDF7E Spring Green

📋 copy color: '#0CDF7E'

red 12 ◦ green 223 ◦ blue 126

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

Shades of Spring Green #0CDF7E

Tints of Spring Green #0CDF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 61.77%

 BLUE value IS 126 (49.61% from 255) = 34.9%

R = 3.32%
G = 61.77%
B = 34.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#0CDF7E (or 0x0CDF7E) is known color: Spring Green. HEX triplet: 0C, DF and 7E. RGB value is (12,223,126). Sum of RGB (Red+Green+Blue) = 12+223+126=361 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.32% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDF7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CDF7E is #F32081. Grayscale: #959595. Windows color (decimal): -15933570 or 8314636. OLE color: 8314636.

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

Color convert

RGB 12 223 126 -
CMYK 0.95 0 0.43 0.13
HSL 152.42º 0.9% 0.46% -
HSV(B) 152.42º 0.95% 0.87% -
XYZ 30.31 54.36 28.63 -
YUV 148.85 115.1 30.39 -
System Red Green Blue C M Y K H S L
Decimal 12 223 126 0.95 0 0.43 0.13 152.42 0.9 0.46
Hex C DF 7E 5F 0 2B D 98 5A 2E
Octal 14 337 176 137 0 53 15 230 132 56
Binary 1100 11011111 1111110 1011111 0 101011 1101 10011000 1011010 101110

Color Harmonies of #0CDF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDF7E

Black with #0CDF7E

Text Example


Text Example

White with #0CDF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,126); }

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

background-color css

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

 a { background-color: rgb(12,223,126); }

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

border-color css

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

 span { border-color: rgb(12,223,126); }

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