Html Css Color HEX #6ABC34 Apple

📋 copy color: '#6ABC34'

red 106 ◦ green 188 ◦ blue 52

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

Shades of Apple #6ABC34

Tints of Apple #6ABC34

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.34%

 BLUE value IS 52 (20.7% from 255) = 15.03%

R = 30.64%
G = 54.34%
B = 15.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#6ABC34 (or 0x6ABC34) is known color: Apple. HEX triplet: 6A, BC and 34. RGB value is (106,188,52). Sum of RGB (Red+Green+Blue) = 106+188+52=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #6ABC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ABC34 is #9543CB. Grayscale: #949494. Windows color (decimal): -9782220 or 3456106. OLE color: 3456106.

HSL color Cylindrical-coordinate representation of color #6ABC34: hue angle of 96.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6ABC34 is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 106 188 52 -
CMYK 0.44 0 0.72 0.26
HSL 96.18º 0.57% 0.47% -
HSV(B) 96.18º 0.72% 0.74% -
XYZ 24.55 39.28 9.54 -
YUV 147.98 73.83 98.06 -
System Red Green Blue C M Y K H S L
Decimal 106 188 52 0.44 0 0.72 0.26 96.18 0.57 0.47
Hex 6A BC 34 2C 0 48 1A 60 39 2F
Octal 152 274 64 54 0 110 32 140 71 57
Binary 1101010 10111100 110100 101100 0 1001000 11010 1100000 111001 101111

Color Harmonies of #6ABC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABC34

Black with #6ABC34

Text Example


Text Example

White with #6ABC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,52); }

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

background-color css

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

 a { background-color: rgb(106,188,52); }

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

border-color css

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

 span { border-color: rgb(106,188,52); }

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