Html Css Color HEX #6AC352 Apple

📋 copy color: '#6AC352'

red 106 ◦ green 195 ◦ blue 82

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

Shades of Apple #6AC352

Tints of Apple #6AC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.91%

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

R = 27.68%
G = 50.91%
B = 21.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#6AC352 (or 0x6AC352) is known color: Apple. HEX triplet: 6A, C3 and 52. RGB value is (106,195,82). Sum of RGB (Red+Green+Blue) = 106+195+82=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #6AC352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC352 is #953CAD. Grayscale: #9B9B9B. Windows color (decimal): -9780398 or 5423978. OLE color: 5423978.

HSL color Cylindrical-coordinate representation of color #6AC352: hue angle of 107.26º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AC352 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 106 195 82 -
CMYK 0.46 0 0.58 0.24
HSL 107.26º 0.48% 0.54% -
HSV(B) 107.26º 0.58% 0.76% -
XYZ 26.98 42.7 14.8 -
YUV 155.51 86.51 92.69 -
System Red Green Blue C M Y K H S L
Decimal 106 195 82 0.46 0 0.58 0.24 107.26 0.48 0.54
Hex 6A C3 52 2E 0 3A 18 6B 30 36
Octal 152 303 122 56 0 72 30 153 60 66
Binary 1101010 11000011 1010010 101110 0 111010 11000 1101011 110000 110110

Color Harmonies of #6AC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC352

Black with #6AC352

Text Example


Text Example

White with #6AC352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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