Html Css Color HEX #ADF07F Feijoa

📋 copy color: '#ADF07F'

red 173 ◦ green 240 ◦ blue 127

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

Shades of Feijoa #ADF07F

Tints of Feijoa #ADF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.52%

R = 32.04%
G = 44.44%
B = 23.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#ADF07F (or 0xADF07F) is known color: Feijoa. HEX triplet: AD, F0 and 7F. RGB value is (173,240,127). Sum of RGB (Red+Green+Blue) = 173+240+127=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF07F is #520F80. Grayscale: #CFCFCF. Windows color (decimal): -5377921 or 8384685. OLE color: 8384685.

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

Color convert

RGB 173 240 127 -
CMYK 0.28 0 0.47 0.06
HSL 95.58º 0.79% 0.72% -
HSV(B) 95.58º 0.47% 0.94% -
XYZ 52.22 72.74 31.37 -
YUV 207.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 173 240 127 0.28 0 0.47 0.06 95.58 0.79 0.72
Hex AD F0 7F 1C 0 2F 6 60 4F 48
Octal 255 360 177 34 0 57 6 140 117 110
Binary 10101101 11110000 1111111 11100 0 101111 110 1100000 1001111 1001000

Color Harmonies of #ADF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF07F

Black with #ADF07F

Text Example


Text Example

White with #ADF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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