Html Css Color HEX #6AB14A Apple

📋 copy color: '#6AB14A'

red 106 ◦ green 177 ◦ blue 74

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

Shades of Apple #6AB14A

Tints of Apple #6AB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.58%

 BLUE value IS 74 (29.3% from 255) = 20.73%

R = 29.69%
G = 49.58%
B = 20.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#6AB14A (or 0x6AB14A) is known color: Apple. HEX triplet: 6A, B1 and 4A. RGB value is (106,177,74). Sum of RGB (Red+Green+Blue) = 106+177+74=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AB14A is #954EB5. Grayscale: #909090. Windows color (decimal): -9785014 or 4895082. OLE color: 4895082.

HSL color Cylindrical-coordinate representation of color #6AB14A: hue angle of 101.36º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AB14A is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 177 74 -
CMYK 0.40 0 0.58 0.31
HSL 101.36º 0.41% 0.49% -
HSV(B) 101.36º 0.58% 0.69% -
XYZ 22.9 35 12.03 -
YUV 144.03 88.48 100.88 -
System Red Green Blue C M Y K H S L
Decimal 106 177 74 0.40 0 0.58 0.31 101.36 0.41 0.49
Hex 6A B1 4A 28 0 3A 1F 65 29 31
Octal 152 261 112 50 0 72 37 145 51 61
Binary 1101010 10110001 1001010 101000 0 111010 11111 1100101 101001 110001

Color Harmonies of #6AB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB14A

Black with #6AB14A

Text Example


Text Example

White with #6AB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,177,74); }

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

background-color css

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

 a { background-color: rgb(106,177,74); }

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

border-color css

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

 span { border-color: rgb(106,177,74); }

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