Html Css Color HEX #6AD02D Apple

📋 copy color: '#6AD02D'

red 106 ◦ green 208 ◦ blue 45

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

Shades of Apple #6AD02D

Tints of Apple #6AD02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.94%

 BLUE value IS 45 (17.97% from 255) = 12.53%

R = 29.53%
G = 57.94%
B = 12.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#6AD02D (or 0x6AD02D) is known color: Apple. HEX triplet: 6A, D0 and 2D. RGB value is (106,208,45). Sum of RGB (Red+Green+Blue) = 106+208+45=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 45 (17.97% from 255 or 12.53% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD02D is #952FD2. Grayscale: #9F9F9F. Windows color (decimal): -9777107 or 3002474. OLE color: 3002474.

HSL color Cylindrical-coordinate representation of color #6AD02D: hue angle of 97.55º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AD02D is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 45 -
CMYK 0.49 0 0.78 0.18
HSL 97.55º 0.64% 0.5% -
HSV(B) 97.55º 0.78% 0.82% -
XYZ 28.97 48.37 10.29 -
YUV 158.92 63.71 90.25 -
System Red Green Blue C M Y K H S L
Decimal 106 208 45 0.49 0 0.78 0.18 97.55 0.64 0.5
Hex 6A D0 2D 31 0 4E 12 62 40 32
Octal 152 320 55 61 0 116 22 142 100 62
Binary 1101010 11010000 101101 110001 0 1001110 10010 1100010 1000000 110010

Color Harmonies of #6AD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD02D

Black with #6AD02D

Text Example


Text Example

White with #6AD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,45); }

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

background-color css

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

 a { background-color: rgb(106,208,45); }

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

border-color css

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

 span { border-color: rgb(106,208,45); }

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