Html Css Color HEX #6ACA3C Apple

📋 copy color: '#6ACA3C'

red 106 ◦ green 202 ◦ blue 60

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

Shades of Apple #6ACA3C

Tints of Apple #6ACA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.3%

R = 28.8%
G = 54.89%
B = 16.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#6ACA3C (or 0x6ACA3C) is known color: Apple. HEX triplet: 6A, CA and 3C. RGB value is (106,202,60). Sum of RGB (Red+Green+Blue) = 106+202+60=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACA3C is #9535C3. Grayscale: #9D9D9D. Windows color (decimal): -9778628 or 3983978. OLE color: 3983978.

HSL color Cylindrical-coordinate representation of color #6ACA3C: hue angle of 100.56º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6ACA3C is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 106 202 60 -
CMYK 0.48 0 0.70 0.21
HSL 100.56º 0.57% 0.51% -
HSV(B) 100.56º 0.7% 0.79% -
XYZ 27.88 45.63 11.61 -
YUV 157.11 73.2 91.55 -
System Red Green Blue C M Y K H S L
Decimal 106 202 60 0.48 0 0.70 0.21 100.56 0.57 0.51
Hex 6A CA 3C 30 0 46 15 65 39 33
Octal 152 312 74 60 0 106 25 145 71 63
Binary 1101010 11001010 111100 110000 0 1000110 10101 1100101 111001 110011

Color Harmonies of #6ACA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACA3C

Black with #6ACA3C

Text Example


Text Example

White with #6ACA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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