Html Css Color HEX #69E78A Pastel Green

📋 copy color: '#69E78A'

red 105 ◦ green 231 ◦ blue 138

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

Shades of Pastel Green #69E78A

Tints of Pastel Green #69E78A

RGB

 RED value IS 105 (41.41% from 255) = 22.15%

 GREEN value IS 231 (90.63% from 255) = 48.73%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 22.15%
G = 48.73%
B = 29.11%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#69E78A (or 0x69E78A) is known color: Pastel Green. HEX triplet: 69, E7 and 8A. RGB value is (105,231,138). Sum of RGB (Red+Green+Blue) = 105+231+138=474 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.15% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #69E78A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69E78A is #961875. Grayscale: #B6B6B6. Windows color (decimal): -9836662 or 9103209. OLE color: 9103209.

HSL color Cylindrical-coordinate representation of color #69E78A: hue angle of 135.71º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69E78A is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB 105 231 138 -
CMYK 0.55 0 0.40 0.09
HSL 135.71º 0.72% 0.66% -
HSV(B) 135.71º 0.55% 0.91% -
XYZ 38.99 61.99 33.96 -
YUV 182.72 102.76 72.56 -
System Red Green Blue C M Y K H S L
Decimal 105 231 138 0.55 0 0.40 0.09 135.71 0.72 0.66
Hex 69 E7 8A 37 0 28 9 88 48 42
Octal 151 347 212 67 0 50 11 210 110 102
Binary 1101001 11100111 10001010 110111 0 101000 1001 10001000 1001000 1000010

Color Harmonies of #69E78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69E78A

Black with #69E78A

Text Example


Text Example

White with #69E78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #69E78A;
 }
 .AnyTagClassName
 {
   color: #69E78A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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