Html Css Color HEX #6ACA32 Apple

📋 copy color: '#6ACA32'

red 106 ◦ green 202 ◦ blue 50

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

Shades of Apple #6ACA32

Tints of Apple #6ACA32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 29.61%
G = 56.42%
B = 13.97%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#6ACA32 (or 0x6ACA32) is known color: Apple. HEX triplet: 6A, CA and 32. RGB value is (106,202,50). Sum of RGB (Red+Green+Blue) = 106+202+50=358 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.61% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACA32 is #9535CD. Grayscale: #9C9C9C. Windows color (decimal): -9778638 or 3328618. OLE color: 3328618.

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

Color convert

RGB 106 202 50 -
CMYK 0.48 0 0.75 0.21
HSL 97.89º 0.6% 0.49% -
HSV(B) 97.89º 0.75% 0.79% -
XYZ 27.64 45.54 10.35 -
YUV 155.97 68.2 92.36 -
System Red Green Blue C M Y K H S L
Decimal 106 202 50 0.48 0 0.75 0.21 97.89 0.6 0.49
Hex 6A CA 32 30 0 4B 15 62 3C 31
Octal 152 312 62 60 0 113 25 142 74 61
Binary 1101010 11001010 110010 110000 0 1001011 10101 1100010 111100 110001

Color Harmonies of #6ACA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACA32

Black with #6ACA32

Text Example


Text Example

White with #6ACA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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