Html Css Color HEX #0EFF69 Spring Green

📋 copy color: '#0EFF69'

red 14 ◦ green 255 ◦ blue 105

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

Shades of Spring Green #0EFF69

Tints of Spring Green #0EFF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.07%

R = 3.74%
G = 68.18%
B = 28.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#0EFF69 (or 0x0EFF69) is known color: Spring Green. HEX triplet: 0E, FF and 69. RGB value is (14,255,105). Sum of RGB (Red+Green+Blue) = 14+255+105=374 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.74% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFF69 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFF69 is #F10096. Grayscale: #A6A6A6. Windows color (decimal): -15794327 or 6946574. OLE color: 6946574.

HSL color Cylindrical-coordinate representation of color #0EFF69: hue angle of 142.66º 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 #0EFF69 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 14 255 105 -
CMYK 0.95 0 0.59 0
HSL 142.66º 1% 0.53% -
HSV(B) 142.66º 0.95% 1% -
XYZ 38.49 72.63 25.36 -
YUV 165.84 93.66 19.7 -
System Red Green Blue C M Y K H S L
Decimal 14 255 105 0.95 0 0.59 0 142.66 1 0.53
Hex E FF 69 5F 0 3B 0 8F 64 35
Octal 16 377 151 137 0 73 0 217 144 65
Binary 1110 11111111 1101001 1011111 0 111011 0 10001111 1100100 110101

Color Harmonies of #0EFF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFF69

Black with #0EFF69

Text Example


Text Example

White with #0EFF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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