Html Css Color HEX #6ACA4B Apple

📋 copy color: '#6ACA4B'

red 106 ◦ green 202 ◦ blue 75

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

Shades of Apple #6ACA4B

Tints of Apple #6ACA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.74%

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

R = 27.68%
G = 52.74%
B = 19.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#6ACA4B (or 0x6ACA4B) is known color: Apple. HEX triplet: 6A, CA and 4B. RGB value is (106,202,75). Sum of RGB (Red+Green+Blue) = 106+202+75=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 75 (29.69% from 255 or 19.58% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACA4B is #9535B4. Grayscale: #9F9F9F. Windows color (decimal): -9778613 or 4967018. OLE color: 4967018.

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

Color convert

RGB 106 202 75 -
CMYK 0.48 0 0.63 0.21
HSL 105.35º 0.55% 0.54% -
HSV(B) 105.35º 0.63% 0.79% -
XYZ 28.33 45.81 14.01 -
YUV 158.82 80.7 90.33 -
System Red Green Blue C M Y K H S L
Decimal 106 202 75 0.48 0 0.63 0.21 105.35 0.55 0.54
Hex 6A CA 4B 30 0 3F 15 69 37 36
Octal 152 312 113 60 0 77 25 151 67 66
Binary 1101010 11001010 1001011 110000 0 111111 10101 1101001 110111 110110

Color Harmonies of #6ACA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACA4B

Black with #6ACA4B

Text Example


Text Example

White with #6ACA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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