Html Css Color HEX #ADF27F Feijoa

📋 copy color: '#ADF27F'

red 173 ◦ green 242 ◦ blue 127

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

Shades of Feijoa #ADF27F

Tints of Feijoa #ADF27F

RGB

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

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

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

R = 31.92%
G = 44.65%
B = 23.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#ADF27F (or 0xADF27F) is known color: Feijoa. HEX triplet: AD, F2 and 7F. RGB value is (173,242,127). Sum of RGB (Red+Green+Blue) = 173+242+127=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF27F is #520D80. Grayscale: #D0D0D0. Windows color (decimal): -5377409 or 8385197. OLE color: 8385197.

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

Color convert

RGB 173 242 127 -
CMYK 0.29 0 0.48 0.05
HSL 96º 0.82% 0.72% -
HSV(B) 96º 0.48% 0.95% -
XYZ 52.82 73.92 31.56 -
YUV 208.26 82.14 102.85 -
System Red Green Blue C M Y K H S L
Decimal 173 242 127 0.29 0 0.48 0.05 96 0.82 0.72
Hex AD F2 7F 1D 0 30 5 60 52 48
Octal 255 362 177 35 0 60 5 140 122 110
Binary 10101101 11110010 1111111 11101 0 110000 101 1100000 1010010 1001000

Color Harmonies of #ADF27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF27F

Black with #ADF27F

Text Example


Text Example

White with #ADF27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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