Html Css Color HEX #6ABC4A Apple

📋 copy color: '#6ABC4A'

red 106 ◦ green 188 ◦ blue 74

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

Shades of Apple #6ABC4A

Tints of Apple #6ABC4A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 28.8%
G = 51.09%
B = 20.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#6ABC4A (or 0x6ABC4A) is known color: Apple. HEX triplet: 6A, BC and 4A. RGB value is (106,188,74). Sum of RGB (Red+Green+Blue) = 106+188+74=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC4A is #9543B5. Grayscale: #969696. Windows color (decimal): -9782198 or 4897898. OLE color: 4897898.

HSL color Cylindrical-coordinate representation of color #6ABC4A: hue angle of 103.16º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6ABC4A is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 188 74 -
CMYK 0.44 0 0.61 0.26
HSL 103.16º 0.46% 0.51% -
HSV(B) 103.16º 0.61% 0.74% -
XYZ 25.16 39.53 12.78 -
YUV 150.49 84.83 96.27 -
System Red Green Blue C M Y K H S L
Decimal 106 188 74 0.44 0 0.61 0.26 103.16 0.46 0.51
Hex 6A BC 4A 2C 0 3D 1A 67 2E 33
Octal 152 274 112 54 0 75 32 147 56 63
Binary 1101010 10111100 1001010 101100 0 111101 11010 1100111 101110 110011

Color Harmonies of #6ABC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABC4A

Black with #6ABC4A

Text Example


Text Example

White with #6ABC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,74); }

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

background-color css

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

 a { background-color: rgb(106,188,74); }

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

border-color css

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

 span { border-color: rgb(106,188,74); }

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