Html Css Color HEX #ADF075 Feijoa

📋 copy color: '#ADF075'

red 173 ◦ green 240 ◦ blue 117

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

Shades of Feijoa #ADF075

Tints of Feijoa #ADF075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.08%

R = 32.64%
G = 45.28%
B = 22.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#ADF075 (or 0xADF075) is known color: Feijoa. HEX triplet: AD, F0 and 75. RGB value is (173,240,117). Sum of RGB (Red+Green+Blue) = 173+240+117=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF075 is #520F8A. Grayscale: #CECECE. Windows color (decimal): -5377931 or 7729325. OLE color: 7729325.

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

Color convert

RGB 173 240 117 -
CMYK 0.28 0 0.51 0.06
HSL 92.68º 0.8% 0.7% -
HSV(B) 92.68º 0.51% 0.94% -
XYZ 51.6 72.49 28.1 -
YUV 205.95 77.8 104.5 -
System Red Green Blue C M Y K H S L
Decimal 173 240 117 0.28 0 0.51 0.06 92.68 0.8 0.7
Hex AD F0 75 1C 0 33 6 5D 50 46
Octal 255 360 165 34 0 63 6 135 120 106
Binary 10101101 11110000 1110101 11100 0 110011 110 1011101 1010000 1000110

Color Harmonies of #ADF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF075

Black with #ADF075

Text Example


Text Example

White with #ADF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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