Html Css Color HEX #6AC052 Apple

📋 copy color: '#6AC052'

red 106 ◦ green 192 ◦ blue 82

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

Shades of Apple #6AC052

Tints of Apple #6AC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 27.89%
G = 50.53%
B = 21.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#6AC052 (or 0x6AC052) is known color: Apple. HEX triplet: 6A, C0 and 52. RGB value is (106,192,82). Sum of RGB (Red+Green+Blue) = 106+192+82=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC052 is #953FAD. Grayscale: #9A9A9A. Windows color (decimal): -9781166 or 5423210. OLE color: 5423210.

HSL color Cylindrical-coordinate representation of color #6AC052: hue angle of 106.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AC052 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 192 82 -
CMYK 0.45 0 0.57 0.25
HSL 106.91º 0.47% 0.54% -
HSV(B) 106.91º 0.57% 0.75% -
XYZ 26.32 41.37 14.58 -
YUV 153.75 87.51 93.94 -
System Red Green Blue C M Y K H S L
Decimal 106 192 82 0.45 0 0.57 0.25 106.91 0.47 0.54
Hex 6A C0 52 2D 0 39 19 6B 2F 36
Octal 152 300 122 55 0 71 31 153 57 66
Binary 1101010 11000000 1010010 101101 0 111001 11001 1101011 101111 110110

Color Harmonies of #6AC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC052

Black with #6AC052

Text Example


Text Example

White with #6AC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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