Html Css Color HEX #6ACB48 Apple

📋 copy color: '#6ACB48'

red 106 ◦ green 203 ◦ blue 72

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

Shades of Apple #6ACB48

Tints of Apple #6ACB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.28%

 BLUE value IS 72 (28.52% from 255) = 18.9%

R = 27.82%
G = 53.28%
B = 18.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#6ACB48 (or 0x6ACB48) is known color: Apple. HEX triplet: 6A, CB and 48. RGB value is (106,203,72). Sum of RGB (Red+Green+Blue) = 106+203+72=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACB48 is #9534B7. Grayscale: #9F9F9F. Windows color (decimal): -9778360 or 4770666. OLE color: 4770666.

HSL color Cylindrical-coordinate representation of color #6ACB48: hue angle of 104.43º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6ACB48 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 203 72 -
CMYK 0.48 0 0.65 0.20
HSL 104.43º 0.56% 0.54% -
HSV(B) 104.43º 0.65% 0.8% -
XYZ 28.47 46.24 13.56 -
YUV 159.06 78.86 90.15 -
System Red Green Blue C M Y K H S L
Decimal 106 203 72 0.48 0 0.65 0.20 104.43 0.56 0.54
Hex 6A CB 48 30 0 41 14 68 38 36
Octal 152 313 110 60 0 101 24 150 70 66
Binary 1101010 11001011 1001000 110000 0 1000001 10100 1101000 111000 110110

Color Harmonies of #6ACB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB48

Black with #6ACB48

Text Example


Text Example

White with #6ACB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,203,72); }

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

background-color css

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

 a { background-color: rgb(106,203,72); }

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

border-color css

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

 span { border-color: rgb(106,203,72); }

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