Html Css Color HEX #0CF18A Spring Green

📋 copy color: '#0CF18A'

red 12 ◦ green 241 ◦ blue 138

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

Shades of Spring Green #0CF18A

Tints of Spring Green #0CF18A

RGB

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

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

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

R = 3.07%
G = 61.64%
B = 35.29%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#0CF18A (or 0x0CF18A) is known color: Spring Green. HEX triplet: 0C, F1 and 8A. RGB value is (12,241,138). Sum of RGB (Red+Green+Blue) = 12+241+138=391 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.07% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #0CF18A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CF18A is #F30E75. Grayscale: #A0A0A0. Windows color (decimal): -15928950 or 9105676. OLE color: 9105676.

HSL color Cylindrical-coordinate representation of color #0CF18A: hue angle of 153.01º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF18A is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 12 241 138 -
CMYK 0.95 0 0.43 0.05
HSL 153.01º 0.91% 0.5% -
HSV(B) 153.01º 0.95% 0.95% -
XYZ 36.19 64.82 34.65 -
YUV 160.79 115.13 21.88 -
System Red Green Blue C M Y K H S L
Decimal 12 241 138 0.95 0 0.43 0.05 153.01 0.91 0.5
Hex C F1 8A 5F 0 2B 5 99 5B 32
Octal 14 361 212 137 0 53 5 231 133 62
Binary 1100 11110001 10001010 1011111 0 101011 101 10011001 1011011 110010

Color Harmonies of #0CF18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF18A

Black with #0CF18A

Text Example


Text Example

White with #0CF18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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