Html Css Color HEX #ADF07D Feijoa

📋 copy color: '#ADF07D'

red 173 ◦ green 240 ◦ blue 125

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

Shades of Feijoa #ADF07D

Tints of Feijoa #ADF07D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.61%

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

R = 32.16%
G = 44.61%
B = 23.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#ADF07D (or 0xADF07D) is known color: Feijoa. HEX triplet: AD, F0 and 7D. RGB value is (173,240,125). Sum of RGB (Red+Green+Blue) = 173+240+125=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF07D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF07D is #520F82. Grayscale: #CFCFCF. Windows color (decimal): -5377923 or 8253613. OLE color: 8253613.

HSL color Cylindrical-coordinate representation of color #ADF07D: hue angle of 94.96º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADF07D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 125 -
CMYK 0.28 0 0.48 0.06
HSL 94.96º 0.79% 0.72% -
HSV(B) 94.96º 0.48% 0.94% -
XYZ 52.1 72.69 30.69 -
YUV 206.86 81.8 103.85 -
System Red Green Blue C M Y K H S L
Decimal 173 240 125 0.28 0 0.48 0.06 94.96 0.79 0.72
Hex AD F0 7D 1C 0 30 6 5F 4F 48
Octal 255 360 175 34 0 60 6 137 117 110
Binary 10101101 11110000 1111101 11100 0 110000 110 1011111 1001111 1001000

Color Harmonies of #ADF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF07D

Black with #ADF07D

Text Example


Text Example

White with #ADF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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