Html Css Color HEX #6ABE40 Apple

📋 copy color: '#6ABE40'

red 106 ◦ green 190 ◦ blue 64

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

Shades of Apple #6ABE40

Tints of Apple #6ABE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.78%

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

R = 29.44%
G = 52.78%
B = 17.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#6ABE40 (or 0x6ABE40) is known color: Apple. HEX triplet: 6A, BE and 40. RGB value is (106,190,64). Sum of RGB (Red+Green+Blue) = 106+190+64=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #6ABE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABE40 is #9541BF. Grayscale: #969696. Windows color (decimal): -9781696 or 4243050. OLE color: 4243050.

HSL color Cylindrical-coordinate representation of color #6ABE40: hue angle of 100º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6ABE40 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 190 64 -
CMYK 0.44 0 0.66 0.25
HSL 100º 0.5% 0.5% -
HSV(B) 100º 0.66% 0.75% -
XYZ 25.28 40.26 11.29 -
YUV 150.52 79.17 96.25 -
System Red Green Blue C M Y K H S L
Decimal 106 190 64 0.44 0 0.66 0.25 100 0.5 0.5
Hex 6A BE 40 2C 0 42 19 64 32 32
Octal 152 276 100 54 0 102 31 144 62 62
Binary 1101010 10111110 1000000 101100 0 1000010 11001 1100100 110010 110010

Color Harmonies of #6ABE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABE40

Black with #6ABE40

Text Example


Text Example

White with #6ABE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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