Html Css Color HEX #ADF348 Conifer

📋 copy color: '#ADF348'

red 173 ◦ green 243 ◦ blue 72

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

Shades of Conifer #ADF348

Tints of Conifer #ADF348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.8%

 BLUE value IS 72 (28.52% from 255) = 14.75%

R = 35.45%
G = 49.8%
B = 14.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ADF348 (or 0xADF348) is known color: Conifer. HEX triplet: AD, F3 and 48. RGB value is (173,243,72). Sum of RGB (Red+Green+Blue) = 173+243+72=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF348 is #520CB7. Grayscale: #CBCBCB. Windows color (decimal): -5377208 or 4780973. OLE color: 4780973.

HSL color Cylindrical-coordinate representation of color #ADF348: hue angle of 84.56º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADF348 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 243 72 -
CMYK 0.29 0 0.70 0.05
HSL 84.56º 0.88% 0.62% -
HSV(B) 84.56º 0.7% 0.95% -
XYZ 50.45 73.45 17.65 -
YUV 202.58 54.31 106.9 -
System Red Green Blue C M Y K H S L
Decimal 173 243 72 0.29 0 0.70 0.05 84.56 0.88 0.62
Hex AD F3 48 1D 0 46 5 55 58 3E
Octal 255 363 110 35 0 106 5 125 130 76
Binary 10101101 11110011 1001000 11101 0 1000110 101 1010101 1011000 111110

Color Harmonies of #ADF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF348

Black with #ADF348

Text Example


Text Example

White with #ADF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF348; }

 p { color: rgb(173,243,72); }

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

background-color css

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

 a { background-color: rgb(173,243,72); }

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

border-color css

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

 span { border-color: rgb(173,243,72); }

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