Html Css Color HEX #6ACC4B Apple

📋 copy color: '#6ACC4B'

red 106 ◦ green 204 ◦ blue 75

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

Shades of Apple #6ACC4B

Tints of Apple #6ACC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 75 (29.69% from 255) = 19.48%

R = 27.53%
G = 52.99%
B = 19.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#6ACC4B (or 0x6ACC4B) is known color: Apple. HEX triplet: 6A, CC and 4B. RGB value is (106,204,75). Sum of RGB (Red+Green+Blue) = 106+204+75=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACC4B is #9533B4. Grayscale: #A0A0A0. Windows color (decimal): -9778101 or 4967530. OLE color: 4967530.

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

Color convert

RGB 106 204 75 -
CMYK 0.48 0 0.63 0.2
HSL 105.58º 0.56% 0.55% -
HSV(B) 105.58º 0.63% 0.8% -
XYZ 28.81 46.76 14.16 -
YUV 159.99 80.03 89.49 -
System Red Green Blue C M Y K H S L
Decimal 106 204 75 0.48 0 0.63 0.2 105.58 0.56 0.55
Hex 6A CC 4B 30 0 3F 14 6A 38 37
Octal 152 314 113 60 0 77 24 152 70 67
Binary 1101010 11001100 1001011 110000 0 111111 10100 1101010 111000 110111

Color Harmonies of #6ACC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACC4B

Black with #6ACC4B

Text Example


Text Example

White with #6ACC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,204,75); }

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

background-color css

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

 a { background-color: rgb(106,204,75); }

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

border-color css

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

 span { border-color: rgb(106,204,75); }

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