Html Css Color HEX #ADD67D Feijoa

📋 copy color: '#ADD67D'

red 173 ◦ green 214 ◦ blue 125

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

Shades of Feijoa #ADD67D

Tints of Feijoa #ADD67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 33.79%
G = 41.8%
B = 24.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#ADD67D (or 0xADD67D) is known color: Feijoa. HEX triplet: AD, D6 and 7D. RGB value is (173,214,125). Sum of RGB (Red+Green+Blue) = 173+214+125=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD67D is #522982. Grayscale: #BFBFBF. Windows color (decimal): -5384579 or 8246957. OLE color: 8246957.

HSL color Cylindrical-coordinate representation of color #ADD67D: hue angle of 87.64º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADD67D is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 125 -
CMYK 0.19 0 0.42 0.16
HSL 87.64º 0.52% 0.66% -
HSV(B) 87.64º 0.42% 0.84% -
XYZ 44.98 58.46 28.31 -
YUV 191.6 90.42 114.74 -
System Red Green Blue C M Y K H S L
Decimal 173 214 125 0.19 0 0.42 0.16 87.64 0.52 0.66
Hex AD D6 7D 13 0 2A 10 58 34 42
Octal 255 326 175 23 0 52 20 130 64 102
Binary 10101101 11010110 1111101 10011 0 101010 10000 1011000 110100 1000010

Color Harmonies of #ADD67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD67D

Black with #ADD67D

Text Example


Text Example

White with #ADD67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD67D; }

 p { color: rgb(173,214,125); }

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

background-color css

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

 a { background-color: rgb(173,214,125); }

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

border-color css

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

 span { border-color: rgb(173,214,125); }

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