Html Css Color HEX #ADE68A Feijoa

📋 copy color: '#ADE68A'

red 173 ◦ green 230 ◦ blue 138

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

Shades of Feijoa #ADE68A

Tints of Feijoa #ADE68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.51%

R = 31.98%
G = 42.51%
B = 25.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#ADE68A (or 0xADE68A) is known color: Feijoa. HEX triplet: AD, E6 and 8A. RGB value is (173,230,138). Sum of RGB (Red+Green+Blue) = 173+230+138=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 138 (54.30% from 255 or 25.51% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE68A is #521975. Grayscale: #CACACA. Windows color (decimal): -5380470 or 9103021. OLE color: 9103021.

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

Color convert

RGB 173 230 138 -
CMYK 0.25 0 0.4 0.10
HSL 97.17º 0.65% 0.72% -
HSV(B) 97.17º 0.4% 0.9% -
XYZ 50.12 67.31 34.4 -
YUV 202.47 91.62 106.98 -
System Red Green Blue C M Y K H S L
Decimal 173 230 138 0.25 0 0.4 0.10 97.17 0.65 0.72
Hex AD E6 8A 19 0 28 A 61 41 48
Octal 255 346 212 31 0 50 12 141 101 110
Binary 10101101 11100110 10001010 11001 0 101000 1010 1100001 1000001 1001000

Color Harmonies of #ADE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE68A

Black with #ADE68A

Text Example


Text Example

White with #ADE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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