#69EF96

Color #69EF96 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #69EF96

Tints of Pastel Green #69EF96

Color information

#69EF96 (or 0x69EF96) is unknown color: approx Pastel Green. HEX triplet: 69, EF and 96. RGB value is (105,239,150). Sum of RGB (Red+Green+Blue) = 105+239+150=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EF96 is #961069. Grayscale: #BDBDBD. Windows color (decimal): -9834602 or 9891689. OLE color: 9891689.

HSL color Cylindrical-coordinate representation of color #69EF96: hue angle of 140.15º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EF96 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB105239150-
CMYK0.5600.370.06
HSL140.15º80.72%67.45%-
HSV(B)140.15º56.07%93.73%-
XYZ42.266.9439.55-
YUV188.79106.1168.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.26%
GREEN value IS 239 (93.75% from 255) = 48.38%
BLUE value IS 150 (58.98% from 255) = 30.36%
R=21.26%
G=48.38%
B=30.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391500.5600.370.06140.1580.7267.45
Hex69EF963802568c5143
Octal151357226700456214121103
Binary1101001111011111001011011100001001011101000110010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69EF96; }

 p { color: rgb(105,239,150); }

 H1.HeaderClassName
 {
   color: #69EF96;
 }
 .AnyTagClassName
 {
   color: #69EF96;
 }
</style>
background-color css

<style>
 a { background-color: #69EF96; }

 a { background-color: rgb(105,239,150); }

 div.DivClassName
 {
   background-color: #69EF96;
 }
 .BgClassName
 {
   background-color: #69EF96;
 }
</style>
border-color css

<style>
 span { border-color: #69EF96; }

 span { border-color: rgb(105,239,150); }

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