#ADF67D

Color #ADF67D Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ADF67D

Tints of Feijoa #ADF67D

Color information

#ADF67D (or 0xADF67D) is unknown color: approx Feijoa. HEX triplet: AD, F6 and 7D. RGB value is (173,246,125). Sum of RGB (Red+Green+Blue) = 173+246+125=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 246 (96.48% from 255 or 45.22% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67D is #520982. Grayscale: #D2D2D2. Windows color (decimal): -5376387 or 8255149. OLE color: 8255149.

HSL color Cylindrical-coordinate representation of color #ADF67D: hue angle of 96.2º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF67D is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB173246125-
CMYK0.3000.490.04
HSL96.2º87.05%72.75%-
HSV(B)96.2º49.19%96.47%-
XYZ53.8976.2831.28-
YUV210.3879.82101.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 246 (96.48% from 255) = 45.22%
BLUE value IS 125 (49.22% from 255) = 22.98%
R=31.80%
G=45.22%
B=22.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732461250.3000.490.0496.287.0572.75
HexADF67D1E0314605749
Octal255366175360614140127111
Binary10101101111101101111101111100110001100110000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF67D; }

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

 H1.HeaderClassName
 {
   color: #ADF67D;
 }
 .AnyTagClassName
 {
   color: #ADF67D;
 }
</style>
background-color css

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

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

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

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

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

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