#69EF8A

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

Shades of Pastel Green #69EF8A

Tints of Pastel Green #69EF8A

Color information

#69EF8A (or 0x69EF8A) is unknown color: approx Pastel Green. HEX triplet: 69, EF and 8A. RGB value is (105,239,138). Sum of RGB (Red+Green+Blue) = 105+239+138=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #69EF8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EF8A is #961075. Grayscale: #BBBBBB. Windows color (decimal): -9834614 or 9105257. OLE color: 9105257.

HSL color Cylindrical-coordinate representation of color #69EF8A: hue angle of 134.78º 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 #69EF8A is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB105239138-
CMYK0.5600.420.06
HSL134.78º80.72%67.45%-
HSV(B)134.78º56.07%93.73%-
XYZ41.2866.5734.72-
YUV187.42100.1169.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.78%
GREEN value IS 239 (93.75% from 255) = 49.59%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=21.78%
G=49.59%
B=28.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391380.5600.420.06134.7880.7267.45
Hex69EF8A3802A6875143
Octal151357212700526207121103
Binary1101001111011111000101011100001010101101000011110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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