Html Css Color HEX #ADF27D Feijoa

📋 copy color: '#ADF27D'

red 173 ◦ green 242 ◦ blue 125

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

Shades of Feijoa #ADF27D

Tints of Feijoa #ADF27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.15%

R = 32.04%
G = 44.81%
B = 23.15%

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

#ADF27D (or 0xADF27D) is known color: Feijoa. HEX triplet: AD, F2 and 7D. RGB value is (173,242,125). Sum of RGB (Red+Green+Blue) = 173+242+125=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF27D is #520D82. Grayscale: #D0D0D0. Windows color (decimal): -5377411 or 8254125. OLE color: 8254125.

HSL color Cylindrical-coordinate representation of color #ADF27D: hue angle of 95.38º 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 #ADF27D is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 242 125 -
CMYK 0.29 0 0.48 0.05
HSL 95.38º 0.82% 0.72% -
HSV(B) 95.38º 0.48% 0.95% -
XYZ 52.69 73.87 30.88 -
YUV 208.03 81.14 103.01 -
System Red Green Blue C M Y K H S L
Decimal 173 242 125 0.29 0 0.48 0.05 95.38 0.82 0.72
Hex AD F2 7D 1D 0 30 5 5F 52 48
Octal 255 362 175 35 0 60 5 137 122 110
Binary 10101101 11110010 1111101 11101 0 110000 101 1011111 1010010 1001000

Color Harmonies of #ADF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF27D

Black with #ADF27D

Text Example


Text Example

White with #ADF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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