Html Css Color HEX #0FFC65 Spring Green

📋 copy color: '#0FFC65'

red 15 ◦ green 252 ◦ blue 101

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

Shades of Spring Green #0FFC65

Tints of Spring Green #0FFC65

RGB

 RED value IS 15 (6.25% from 255) = 4.08%

 GREEN value IS 252 (98.83% from 255) = 68.48%

 BLUE value IS 101 (39.84% from 255) = 27.45%

R = 4.08%
G = 68.48%
B = 27.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#0FFC65 (or 0x0FFC65) is known color: Spring Green. HEX triplet: 0F, FC and 65. RGB value is (15,252,101). Sum of RGB (Red+Green+Blue) = 15+252+101=368 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.08% from 368); Green value is 252 (98.83% from 255 or 68.48% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC65 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0FFC65 is #F0039A. Grayscale: #A4A4A4. Windows color (decimal): -15729563 or 6683663. OLE color: 6683663.

HSL color Cylindrical-coordinate representation of color #0FFC65: hue angle of 141.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFC65 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 252 101 -
CMYK 0.94 0 0.60 0.01
HSL 141.77º 0.98% 0.52% -
HSV(B) 141.77º 0.94% 0.99% -
XYZ 37.36 70.66 23.98 -
YUV 163.92 92.48 21.78 -
System Red Green Blue C M Y K H S L
Decimal 15 252 101 0.94 0 0.60 0.01 141.77 0.98 0.52
Hex F FC 65 5E 0 3C 1 8E 62 34
Octal 17 374 145 136 0 74 1 216 142 64
Binary 1111 11111100 1100101 1011110 0 111100 1 10001110 1100010 110100

Color Harmonies of #0FFC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC65

Black with #0FFC65

Text Example


Text Example

White with #0FFC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,101); }

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

background-color css

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

 a { background-color: rgb(15,252,101); }

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

border-color css

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

 span { border-color: rgb(15,252,101); }

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