Html Css Color HEX #ADE94B Conifer

📋 copy color: '#ADE94B'

red 173 ◦ green 233 ◦ blue 75

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

Shades of Conifer #ADE94B

Tints of Conifer #ADE94B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.44%

 BLUE value IS 75 (29.69% from 255) = 15.59%

R = 35.97%
G = 48.44%
B = 15.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#ADE94B (or 0xADE94B) is known color: Conifer. HEX triplet: AD, E9 and 4B. RGB value is (173,233,75). Sum of RGB (Red+Green+Blue) = 173+233+75=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADE94B is #5216B4. Grayscale: #C5C5C5. Windows color (decimal): -5379765 or 4975021. OLE color: 4975021.

HSL color Cylindrical-coordinate representation of color #ADE94B: hue angle of 82.78º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ADE94B is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 233 75 -
CMYK 0.26 0 0.68 0.09
HSL 82.78º 0.78% 0.6% -
HSV(B) 82.78º 0.68% 0.91% -
XYZ 47.64 67.67 17.21 -
YUV 197.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 173 233 75 0.26 0 0.68 0.09 82.78 0.78 0.6
Hex AD E9 4B 1A 0 44 9 53 4E 3C
Octal 255 351 113 32 0 104 11 123 116 74
Binary 10101101 11101001 1001011 11010 0 1000100 1001 1010011 1001110 111100

Color Harmonies of #ADE94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE94B

Black with #ADE94B

Text Example


Text Example

White with #ADE94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE94B; }

 p { color: rgb(173,233,75); }

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

background-color css

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

 a { background-color: rgb(173,233,75); }

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

border-color css

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

 span { border-color: rgb(173,233,75); }

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