Html Css Color HEX #6AAA36 Apple

📋 copy color: '#6AAA36'

red 106 ◦ green 170 ◦ blue 54

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

Shades of Apple #6AAA36

Tints of Apple #6AAA36

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.52%

 BLUE value IS 54 (21.48% from 255) = 16.36%

R = 32.12%
G = 51.52%
B = 16.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#6AAA36 (or 0x6AAA36) is known color: Apple. HEX triplet: 6A, AA and 36. RGB value is (106,170,54). Sum of RGB (Red+Green+Blue) = 106+170+54=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAA36 is #9555C9. Grayscale: #8A8A8A. Windows color (decimal): -9786826 or 3582570. OLE color: 3582570.

HSL color Cylindrical-coordinate representation of color #6AAA36: hue angle of 93.1º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6AAA36 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 54 -
CMYK 0.38 0 0.68 0.33
HSL 93.1º 0.52% 0.44% -
HSV(B) 93.1º 0.68% 0.67% -
XYZ 20.98 32.08 8.58 -
YUV 137.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 106 170 54 0.38 0 0.68 0.33 93.1 0.52 0.44
Hex 6A AA 36 26 0 44 21 5D 34 2C
Octal 152 252 66 46 0 104 41 135 64 54
Binary 1101010 10101010 110110 100110 0 1000100 100001 1011101 110100 101100

Color Harmonies of #6AAA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA36

Black with #6AAA36

Text Example


Text Example

White with #6AAA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,170,54); }

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

background-color css

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

 a { background-color: rgb(106,170,54); }

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

border-color css

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

 span { border-color: rgb(106,170,54); }

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