Html Css Color HEX #6ACD4B Apple

📋 copy color: '#6ACD4B'

red 106 ◦ green 205 ◦ blue 75

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

Shades of Apple #6ACD4B

Tints of Apple #6ACD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.11%

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

R = 27.46%
G = 53.11%
B = 19.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#6ACD4B (or 0x6ACD4B) is known color: Apple. HEX triplet: 6A, CD and 4B. RGB value is (106,205,75). Sum of RGB (Red+Green+Blue) = 106+205+75=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACD4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ACD4B is #9532B4. Grayscale: #A1A1A1. Windows color (decimal): -9777845 or 4967786. OLE color: 4967786.

HSL color Cylindrical-coordinate representation of color #6ACD4B: hue angle of 105.69º degrees, saturation: 0.57, 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 #6ACD4B is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 75 -
CMYK 0.48 0 0.63 0.20
HSL 105.69º 0.57% 0.55% -
HSV(B) 105.69º 0.63% 0.8% -
XYZ 29.05 47.23 14.24 -
YUV 160.58 79.7 89.07 -
System Red Green Blue C M Y K H S L
Decimal 106 205 75 0.48 0 0.63 0.20 105.69 0.57 0.55
Hex 6A CD 4B 30 0 3F 14 6A 39 37
Octal 152 315 113 60 0 77 24 152 71 67
Binary 1101010 11001101 1001011 110000 0 111111 10100 1101010 111001 110111

Color Harmonies of #6ACD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACD4B

Black with #6ACD4B

Text Example


Text Example

White with #6ACD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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