Html Css Color HEX #ADE68D Feijoa

📋 copy color: '#ADE68D'

red 173 ◦ green 230 ◦ blue 141

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

Shades of Feijoa #ADE68D

Tints of Feijoa #ADE68D

RGB

 RED value IS 173 (67.97% from 255) = 31.8%

 GREEN value IS 230 (90.23% from 255) = 42.28%

 BLUE value IS 141 (55.47% from 255) = 25.92%

R = 31.8%
G = 42.28%
B = 25.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#ADE68D (or 0xADE68D) is known color: Feijoa. HEX triplet: AD, E6 and 8D. RGB value is (173,230,141). Sum of RGB (Red+Green+Blue) = 173+230+141=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE68D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE68D is #521972. Grayscale: #CBCBCB. Windows color (decimal): -5380467 or 9299629. OLE color: 9299629.

HSL color Cylindrical-coordinate representation of color #ADE68D: hue angle of 98.43º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE68D is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 230 141 -
CMYK 0.25 0 0.39 0.10
HSL 98.43º 0.64% 0.73% -
HSV(B) 98.43º 0.39% 0.9% -
XYZ 50.34 67.4 35.56 -
YUV 202.81 93.12 106.74 -
System Red Green Blue C M Y K H S L
Decimal 173 230 141 0.25 0 0.39 0.10 98.43 0.64 0.73
Hex AD E6 8D 19 0 27 A 62 40 49
Octal 255 346 215 31 0 47 12 142 100 111
Binary 10101101 11100110 10001101 11001 0 100111 1010 1100010 1000000 1001001

Color Harmonies of #ADE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE68D

Black with #ADE68D

Text Example


Text Example

White with #ADE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE68D; }

 p { color: rgb(173,230,141); }

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

background-color css

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

 a { background-color: rgb(173,230,141); }

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

border-color css

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

 span { border-color: rgb(173,230,141); }

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