Html Css Color HEX #6ABA3A Apple

📋 copy color: '#6ABA3A'

red 106 ◦ green 186 ◦ blue 58

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

Shades of Apple #6ABA3A

Tints of Apple #6ABA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.14%

 BLUE value IS 58 (23.05% from 255) = 16.57%

R = 30.29%
G = 53.14%
B = 16.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#6ABA3A (or 0x6ABA3A) is known color: Apple. HEX triplet: 6A, BA and 3A. RGB value is (106,186,58). Sum of RGB (Red+Green+Blue) = 106+186+58=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABA3A is #9545C5. Grayscale: #939393. Windows color (decimal): -9782726 or 3848810. OLE color: 3848810.

HSL color Cylindrical-coordinate representation of color #6ABA3A: hue angle of 97.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ABA3A is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 186 58 -
CMYK 0.43 0 0.69 0.27
HSL 97.5º 0.52% 0.48% -
HSV(B) 97.5º 0.69% 0.73% -
XYZ 24.27 38.49 10.15 -
YUV 147.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 106 186 58 0.43 0 0.69 0.27 97.5 0.52 0.48
Hex 6A BA 3A 2B 0 45 1B 62 34 30
Octal 152 272 72 53 0 105 33 142 64 60
Binary 1101010 10111010 111010 101011 0 1000101 11011 1100010 110100 110000

Color Harmonies of #6ABA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABA3A

Black with #6ABA3A

Text Example


Text Example

White with #6ABA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,186,58); }

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

background-color css

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

 a { background-color: rgb(106,186,58); }

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

border-color css

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

 span { border-color: rgb(106,186,58); }

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