Html Css Color HEX #6AB852 Apple

📋 copy color: '#6AB852'

red 106 ◦ green 184 ◦ blue 82

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

Shades of Apple #6AB852

Tints of Apple #6AB852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.46%

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

R = 28.49%
G = 49.46%
B = 22.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#6AB852 (or 0x6AB852) is known color: Apple. HEX triplet: 6A, B8 and 52. RGB value is (106,184,82). Sum of RGB (Red+Green+Blue) = 106+184+82=372 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.49% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #6AB852 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AB852 is #9547AD. Grayscale: #959595. Windows color (decimal): -9783214 or 5421162. OLE color: 5421162.

HSL color Cylindrical-coordinate representation of color #6AB852: hue angle of 105.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB852 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 106 184 82 -
CMYK 0.42 0 0.55 0.28
HSL 105.88º 0.42% 0.52% -
HSV(B) 105.88º 0.55% 0.72% -
XYZ 24.61 37.95 14.01 -
YUV 149.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 106 184 82 0.42 0 0.55 0.28 105.88 0.42 0.52
Hex 6A B8 52 2A 0 37 1C 6A 2A 34
Octal 152 270 122 52 0 67 34 152 52 64
Binary 1101010 10111000 1010010 101010 0 110111 11100 1101010 101010 110100

Color Harmonies of #6AB852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB852

Black with #6AB852

Text Example


Text Example

White with #6AB852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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