Html Css Color HEX #ADF045 Conifer

📋 copy color: '#ADF045'

red 173 ◦ green 240 ◦ blue 69

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

Shades of Conifer #ADF045

Tints of Conifer #ADF045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 35.89%
G = 49.79%
B = 14.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#ADF045 (or 0xADF045) is known color: Conifer. HEX triplet: AD, F0 and 45. RGB value is (173,240,69). Sum of RGB (Red+Green+Blue) = 173+240+69=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF045 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF045 is #520FBA. Grayscale: #C9C9C9. Windows color (decimal): -5377979 or 4583597. OLE color: 4583597.

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

Color convert

RGB 173 240 69 -
CMYK 0.28 0 0.71 0.06
HSL 83.51º 0.85% 0.61% -
HSV(B) 83.51º 0.71% 0.94% -
XYZ 49.47 71.63 16.85 -
YUV 200.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 173 240 69 0.28 0 0.71 0.06 83.51 0.85 0.61
Hex AD F0 45 1C 0 47 6 54 55 3D
Octal 255 360 105 34 0 107 6 124 125 75
Binary 10101101 11110000 1000101 11100 0 1000111 110 1010100 1010101 111101

Color Harmonies of #ADF045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF045

Black with #ADF045

Text Example


Text Example

White with #ADF045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF045; }

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

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

background-color css

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

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

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

border-color css

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

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

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