Html Css Color HEX #AFF94D Conifer

📋 copy color: '#AFF94D'

red 175 ◦ green 249 ◦ blue 77

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

Shades of Conifer #AFF94D

Tints of Conifer #AFF94D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

 BLUE value IS 77 (30.47% from 255) = 15.37%

R = 34.93%
G = 49.7%
B = 15.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#AFF94D (or 0xAFF94D) is known color: Conifer. HEX triplet: AF, F9 and 4D. RGB value is (175,249,77). Sum of RGB (Red+Green+Blue) = 175+249+77=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF94D is #5006B2. Grayscale: #CFCFCF. Windows color (decimal): -5244595 or 5110191. OLE color: 5110191.

HSL color Cylindrical-coordinate representation of color #AFF94D: hue angle of 85.81º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFF94D is Cyan = 0.30, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 77 -
CMYK 0.30 0 0.69 0.02
HSL 85.81º 0.93% 0.64% -
HSV(B) 85.81º 0.69% 0.98% -
XYZ 52.89 77.4 19.17 -
YUV 207.27 54.48 104.99 -
System Red Green Blue C M Y K H S L
Decimal 175 249 77 0.30 0 0.69 0.02 85.81 0.93 0.64
Hex AF F9 4D 1E 0 45 2 56 5D 40
Octal 257 371 115 36 0 105 2 126 135 100
Binary 10101111 11111001 1001101 11110 0 1000101 10 1010110 1011101 1000000

Color Harmonies of #AFF94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF94D

Black with #AFF94D

Text Example


Text Example

White with #AFF94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF94D; }

 p { color: rgb(175,249,77); }

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

background-color css

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

 a { background-color: rgb(175,249,77); }

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

border-color css

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

 span { border-color: rgb(175,249,77); }

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