Html Css Color HEX #AFF044 Conifer

📋 copy color: '#AFF044'

red 175 ◦ green 240 ◦ blue 68

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

Shades of Conifer #AFF044

Tints of Conifer #AFF044

RGB

 RED value IS 175 (68.75% from 255) = 36.23%

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

 BLUE value IS 68 (26.95% from 255) = 14.08%

R = 36.23%
G = 49.69%
B = 14.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#AFF044 (or 0xAFF044) is known color: Conifer. HEX triplet: AF, F0 and 44. RGB value is (175,240,68). Sum of RGB (Red+Green+Blue) = 175+240+68=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 68 (26.95% from 255 or 14.08% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF044 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AFF044 is #500FBB. Grayscale: #C9C9C9. Windows color (decimal): -5246908 or 4518063. OLE color: 4518063.

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

Color convert

RGB 175 240 68 -
CMYK 0.27 0 0.72 0.06
HSL 82.67º 0.85% 0.6% -
HSV(B) 82.67º 0.72% 0.94% -
XYZ 49.88 71.85 16.71 -
YUV 200.96 52.97 109.49 -
System Red Green Blue C M Y K H S L
Decimal 175 240 68 0.27 0 0.72 0.06 82.67 0.85 0.6
Hex AF F0 44 1B 0 48 6 53 55 3C
Octal 257 360 104 33 0 110 6 123 125 74
Binary 10101111 11110000 1000100 11011 0 1001000 110 1010011 1010101 111100

Color Harmonies of #AFF044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF044

Black with #AFF044

Text Example


Text Example

White with #AFF044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF044; }

 p { color: rgb(175,240,68); }

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

background-color css

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

 a { background-color: rgb(175,240,68); }

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

border-color css

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

 span { border-color: rgb(175,240,68); }

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