Html Css Color HEX #ADF277 Feijoa

📋 copy color: '#ADF277'

red 173 ◦ green 242 ◦ blue 119

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

Shades of Feijoa #ADF277

Tints of Feijoa #ADF277

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

 BLUE value IS 119 (46.88% from 255) = 22.28%

R = 32.4%
G = 45.32%
B = 22.28%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#ADF277 (or 0xADF277) is known color: Feijoa. HEX triplet: AD, F2 and 77. RGB value is (173,242,119). Sum of RGB (Red+Green+Blue) = 173+242+119=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF277 is #520D88. Grayscale: #CFCFCF. Windows color (decimal): -5377417 or 7860909. OLE color: 7860909.

HSL color Cylindrical-coordinate representation of color #ADF277: hue angle of 93.66º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADF277 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 119 -
CMYK 0.29 0 0.51 0.05
HSL 93.66º 0.83% 0.71% -
HSV(B) 93.66º 0.51% 0.95% -
XYZ 52.32 73.72 28.92 -
YUV 207.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 173 242 119 0.29 0 0.51 0.05 93.66 0.83 0.71
Hex AD F2 77 1D 0 33 5 5E 53 47
Octal 255 362 167 35 0 63 5 136 123 107
Binary 10101101 11110010 1110111 11101 0 110011 101 1011110 1010011 1000111

Color Harmonies of #ADF277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF277

Black with #ADF277

Text Example


Text Example

White with #ADF277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF277; }

 p { color: rgb(173,242,119); }

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

background-color css

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

 a { background-color: rgb(173,242,119); }

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

border-color css

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

 span { border-color: rgb(173,242,119); }

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