Html Css Color HEX #6ACB40 Apple

📋 copy color: '#6ACB40'

red 106 ◦ green 203 ◦ blue 64

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

Shades of Apple #6ACB40

Tints of Apple #6ACB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 28.42%
G = 54.42%
B = 17.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#6ACB40 (or 0x6ACB40) is known color: Apple. HEX triplet: 6A, CB and 40. RGB value is (106,203,64). Sum of RGB (Red+Green+Blue) = 106+203+64=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 203 (79.69% from 255 or 54.42% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACB40 is #9534BF. Grayscale: #9E9E9E. Windows color (decimal): -9778368 or 4246378. OLE color: 4246378.

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

Color convert

RGB 106 203 64 -
CMYK 0.48 0 0.68 0.20
HSL 101.87º 0.57% 0.52% -
HSV(B) 101.87º 0.68% 0.8% -
XYZ 28.23 46.15 12.27 -
YUV 158.15 74.86 90.8 -
System Red Green Blue C M Y K H S L
Decimal 106 203 64 0.48 0 0.68 0.20 101.87 0.57 0.52
Hex 6A CB 40 30 0 44 14 66 39 34
Octal 152 313 100 60 0 104 24 146 71 64
Binary 1101010 11001011 1000000 110000 0 1000100 10100 1100110 111001 110100

Color Harmonies of #6ACB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACB40

Black with #6ACB40

Text Example


Text Example

White with #6ACB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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