Html Css Color HEX #65AE46 Apple

📋 copy color: '#65AE46'

red 101 ◦ green 174 ◦ blue 70

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

Shades of Apple #65AE46

Tints of Apple #65AE46

RGB

 RED value IS 101 (39.84% from 255) = 29.28%

 GREEN value IS 174 (68.36% from 255) = 50.43%

 BLUE value IS 70 (27.73% from 255) = 20.29%

R = 29.28%
G = 50.43%
B = 20.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#65AE46 (or 0x65AE46) is known color: Apple. HEX triplet: 65, AE and 46. RGB value is (101,174,70). Sum of RGB (Red+Green+Blue) = 101+174+70=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65AE46 is #9A51B9. Grayscale: #8C8C8C. Windows color (decimal): -10113466 or 4632165. OLE color: 4632165.

HSL color Cylindrical-coordinate representation of color #65AE46: hue angle of 102.12º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65AE46 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 174 70 -
CMYK 0.42 0 0.60 0.32
HSL 102.12º 0.43% 0.48% -
HSV(B) 102.12º 0.6% 0.68% -
XYZ 21.61 33.48 11.12 -
YUV 140.32 88.32 99.96 -
System Red Green Blue C M Y K H S L
Decimal 101 174 70 0.42 0 0.60 0.32 102.12 0.43 0.48
Hex 65 AE 46 2A 0 3C 20 66 2B 30
Octal 145 256 106 52 0 74 40 146 53 60
Binary 1100101 10101110 1000110 101010 0 111100 100000 1100110 101011 110000

Color Harmonies of #65AE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AE46

Black with #65AE46

Text Example


Text Example

White with #65AE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65AE46; }

 p { color: rgb(101,174,70); }

 H1.HeaderClassName
 {
   color: #65AE46;
 }
 .AnyTagClassName
 {
   color: #65AE46;
 }
</style>

background-color css

<style>
 a { background-color: #65AE46; }

 a { background-color: rgb(101,174,70); }

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

border-color css

<style>
 span { border-color: #65AE46; }

 span { border-color: rgb(101,174,70); }

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