Html Css Color HEX #0EFF66 Spring Green

📋 copy color: '#0EFF66'

red 14 ◦ green 255 ◦ blue 102

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

Shades of Spring Green #0EFF66

Tints of Spring Green #0EFF66

RGB

 RED value IS 14 (5.86% from 255) = 3.77%

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

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 3.77%
G = 68.73%
B = 27.49%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#0EFF66 (or 0x0EFF66) is known color: Spring Green. HEX triplet: 0E, FF and 66. RGB value is (14,255,102). Sum of RGB (Red+Green+Blue) = 14+255+102=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF66 is #F10099. Grayscale: #A5A5A5. Windows color (decimal): -15794330 or 6749966. OLE color: 6749966.

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

Color convert

RGB 14 255 102 -
CMYK 0.95 0 0.6 0
HSL 141.91º 1% 0.53% -
HSV(B) 141.91º 0.95% 1% -
XYZ 38.34 72.57 24.56 -
YUV 165.5 92.16 19.94 -
System Red Green Blue C M Y K H S L
Decimal 14 255 102 0.95 0 0.6 0 141.91 1 0.53
Hex E FF 66 5F 0 3C 0 8E 64 35
Octal 16 377 146 137 0 74 0 216 144 65
Binary 1110 11111111 1100110 1011111 0 111100 0 10001110 1100100 110101

Color Harmonies of #0EFF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF66

Black with #0EFF66

Text Example


Text Example

White with #0EFF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,255,102); }

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

background-color css

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

 a { background-color: rgb(14,255,102); }

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

border-color css

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

 span { border-color: rgb(14,255,102); }

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