#69F17E

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

Shades of Pastel Green #69F17E

Tints of Pastel Green #69F17E

Color information

#69F17E (or 0x69F17E) is unknown color: approx Pastel Green. HEX triplet: 69, F1 and 7E. RGB value is (105,241,126). Sum of RGB (Red+Green+Blue) = 105+241+126=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #69F17E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #69F17E is #960E81. Grayscale: #BBBBBB. Windows color (decimal): -9834114 or 8319337. OLE color: 8319337.

HSL color Cylindrical-coordinate representation of color #69F17E: hue angle of 129.26º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F17E is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB105241126-
CMYK0.5600.480.05
HSL129.26º82.93%67.84%-
HSV(B)129.26º56.43%94.51%-
XYZ41.0567.4230.59-
YUV187.2393.4469.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 241 (94.53% from 255) = 51.06%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=22.25%
G=51.06%
B=26.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052411260.5600.480.05129.2682.9367.84
Hex69F17E380305815344
Octal151361176700605201123104
Binary110100111110001111111011100001100001011000000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,241,126); }

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

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

 a { background-color: rgb(105,241,126); }

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

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

 span { border-color: rgb(105,241,126); }

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