Html Css Color HEX #6AAE4A Apple

📋 copy color: '#6AAE4A'

red 106 ◦ green 174 ◦ blue 74

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

Shades of Apple #6AAE4A

Tints of Apple #6AAE4A

RGB

 RED value IS 106 (41.8% from 255) = 29.94%

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 29.94%
G = 49.15%
B = 20.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#6AAE4A (or 0x6AAE4A) is known color: Apple. HEX triplet: 6A, AE and 4A. RGB value is (106,174,74). Sum of RGB (Red+Green+Blue) = 106+174+74=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE4A is #9551B5. Grayscale: #8E8E8E. Windows color (decimal): -9785782 or 4894314. OLE color: 4894314.

HSL color Cylindrical-coordinate representation of color #6AAE4A: hue angle of 100.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AAE4A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 174 74 -
CMYK 0.39 0 0.57 0.32
HSL 100.8º 0.4% 0.49% -
HSV(B) 100.8º 0.57% 0.68% -
XYZ 22.32 33.83 11.83 -
YUV 142.27 89.47 102.13 -
System Red Green Blue C M Y K H S L
Decimal 106 174 74 0.39 0 0.57 0.32 100.8 0.4 0.49
Hex 6A AE 4A 27 0 39 20 65 28 31
Octal 152 256 112 47 0 71 40 145 50 61
Binary 1101010 10101110 1001010 100111 0 111001 100000 1100101 101000 110001

Color Harmonies of #6AAE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAE4A

Black with #6AAE4A

Text Example


Text Example

White with #6AAE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AAE4A; }

 p { color: rgb(106,174,74); }

 H1.HeaderClassName
 {
   color: #6AAE4A;
 }
 .AnyTagClassName
 {
   color: #6AAE4A;
 }
</style>

background-color css

<style>
 a { background-color: #6AAE4A; }

 a { background-color: rgb(106,174,74); }

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

border-color css

<style>
 span { border-color: #6AAE4A; }

 span { border-color: rgb(106,174,74); }

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