#ADF67A

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

Shades of Feijoa #ADF67A

Tints of Feijoa #ADF67A

Color information

#ADF67A (or 0xADF67A) is unknown color: approx Feijoa. HEX triplet: AD, F6 and 7A. RGB value is (173,246,122). Sum of RGB (Red+Green+Blue) = 173+246+122=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 246 (96.48% from 255 or 45.47% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF67A is #520985. Grayscale: #D2D2D2. Windows color (decimal): -5376390 or 8058541. OLE color: 8058541.

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

Color convert

RGB173246122-
CMYK0.3000.500.04
HSL95.32º87.32%72.16%-
HSV(B)95.32º50.41%96.47%-
XYZ53.776.230.29-
YUV210.0478.32101.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 246 (96.48% from 255) = 45.47%
BLUE value IS 122 (48.05% from 255) = 22.55%
R=31.98%
G=45.47%
B=22.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732461220.3000.500.0495.3287.3272.16
HexADF67A1E03245f5748
Octal255366172360624137127110
Binary10101101111101101111010111100110010100101111110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF67A; }

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

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

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

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

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

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

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

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