Html Css Color HEX #6AAE52 Apple

📋 copy color: '#6AAE52'

red 106 ◦ green 174 ◦ blue 82

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

Shades of Apple #6AAE52

Tints of Apple #6AAE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.65%

R = 29.28%
G = 48.07%
B = 22.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#6AAE52 (or 0x6AAE52) is known color: Apple. HEX triplet: 6A, AE and 52. RGB value is (106,174,82). Sum of RGB (Red+Green+Blue) = 106+174+82=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 174 (68.36% from 255 or 48.07% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAE52 is #9551AD. Grayscale: #8F8F8F. Windows color (decimal): -9785774 or 5418602. OLE color: 5418602.

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

Color convert

RGB 106 174 82 -
CMYK 0.39 0 0.53 0.32
HSL 104.35º 0.36% 0.5% -
HSV(B) 104.35º 0.53% 0.68% -
XYZ 22.6 33.95 13.34 -
YUV 143.18 93.47 101.48 -
System Red Green Blue C M Y K H S L
Decimal 106 174 82 0.39 0 0.53 0.32 104.35 0.36 0.5
Hex 6A AE 52 27 0 35 20 68 24 32
Octal 152 256 122 47 0 65 40 150 44 62
Binary 1101010 10101110 1010010 100111 0 110101 100000 1101000 100100 110010

Color Harmonies of #6AAE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAE52

Black with #6AAE52

Text Example


Text Example

White with #6AAE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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