Html Css Color HEX #69AE64 Fern

📋 copy color: '#69AE64'

red 105 ◦ green 174 ◦ blue 100

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

Shades of Fern #69AE64

Tints of Fern #69AE64

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.91%

 BLUE value IS 100 (39.45% from 255) = 26.39%

R = 27.7%
G = 45.91%
B = 26.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#69AE64 (or 0x69AE64) is known color: Fern. HEX triplet: 69, AE and 64. RGB value is (105,174,100). Sum of RGB (Red+Green+Blue) = 105+174+100=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AE64 is #96519B. Grayscale: #919191. Windows color (decimal): -9851292 or 6598249. OLE color: 6598249.

HSL color Cylindrical-coordinate representation of color #69AE64: hue angle of 115.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69AE64 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 174 100 -
CMYK 0.40 0 0.43 0.32
HSL 115.95º 0.31% 0.54% -
HSV(B) 115.95º 0.43% 0.68% -
XYZ 23.26 34.2 17.43 -
YUV 144.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 105 174 100 0.40 0 0.43 0.32 115.95 0.31 0.54
Hex 69 AE 64 28 0 2B 20 74 1F 36
Octal 151 256 144 50 0 53 40 164 37 66
Binary 1101001 10101110 1100100 101000 0 101011 100000 1110100 11111 110110

Color Harmonies of #69AE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AE64

Black with #69AE64

Text Example


Text Example

White with #69AE64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,174,100); }

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

background-color css

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

 a { background-color: rgb(105,174,100); }

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

border-color css

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

 span { border-color: rgb(105,174,100); }

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